update readme

This commit is contained in:
全卓 2022-12-06 10:57:16 +08:00
parent 4d17b328f7
commit da6c314c46
1 changed files with 10 additions and 4 deletions

View File

@ -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