28 lines
695 B
Markdown
28 lines
695 B
Markdown
# 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 to `verbose` or `message` to trace communication between client and server.
|
|
* `cmakeIntelliSence.cmakePath`: path to cmake executable
|