update readme
This commit is contained in:
parent
4d17b328f7
commit
da6c314c46
14
README.md
14
README.md
|
@ -4,14 +4,19 @@ This extension add CMake language feature support to Visual Studio Code.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
+ Syntax highlight
|
+ syntax highlight
|
||||||
+ Builtin commands document hover
|
+ semantic tokens
|
||||||
+ Builtin commands signature support
|
+ builtin commands document hover
|
||||||
|
+ builtin commands signature support
|
||||||
+ commands, variable, properties... auto complete
|
+ commands, variable, properties... auto complete
|
||||||
|
+ document format
|
||||||
|
+ go to defination
|
||||||
|
+ publish diagnostics
|
||||||
|
+ code action
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
You can use it after installing, no addition dependencies required.
|
You should have CMake install.
|
||||||
|
|
||||||
## Extension Settings
|
## Extension Settings
|
||||||
|
|
||||||
|
@ -19,3 +24,4 @@ This extension contributes the following settings:
|
||||||
|
|
||||||
* `cmakeIntelliSence.loggingLevel`: Control the logging level.
|
* `cmakeIntelliSence.loggingLevel`: Control the logging level.
|
||||||
* `cmakeIntelliSence.trace.server`: Set to `verbose` or `message` to trace communication between client and server.
|
* `cmakeIntelliSence.trace.server`: Set to `verbose` or `message` to trace communication between client and server.
|
||||||
|
* `cmakeIntelliSence.cmakePath`: path to cmake executable
|
||||||
|
|
Loading…
Reference in New Issue