22 lines
583 B
Markdown
22 lines
583 B
Markdown
# 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 to `verbose` or `message` to trace communication between client and server.
|