583 B
583 B
Description
This extension add CMake language feature support to Visual Studio Code.
Features
- Syntax highlight
- Builtin commands document hover
- Builtin commands signature support
- commands, variable, properties... auto complete
Requirements
You can use it after installing, no addition dependencies required.
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.