eb43955fba | ||
---|---|---|
.vscode | ||
build | ||
client | ||
images | ||
server | ||
syntaxes | ||
.eslintrc.json | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE.md | ||
README.md | ||
language-configuration.json | ||
package-lock.json | ||
package.json | ||
snippets.json | ||
tsconfig.base.json | ||
tsconfig.json | ||
webpack.config.client.js | ||
webpack.config.server.js |
README.md
Description
This extension add CMake language feature support to Visual Studio Code.
Features
- syntax highlight
- semantic tokens
- builtin commands document hover
- builtin commands signature support
- commands, variable, properties... auto complete
- document format
- go to defination
- publish diagnostics
- code action
Requirements
You should have CMake install.
Extension Settings
This extension contributes the following settings:
cmakeIntelliSence.loggingLevel
: Control the logging level.cmakeIntelliSence.trace.server
: Set toverbose
ormessage
to trace communication between client and server.cmakeIntelliSence.cmakePath
: path to cmake executable