695 B
695 B
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