cmake-intellisence/README.md

22 lines
583 B
Markdown
Raw Normal View History

2022-10-12 12:42:44 +08:00
# Description
2022-08-19 16:13:03 +08:00
2022-10-12 12:42:44 +08:00
This extension add CMake language feature support to Visual Studio Code.
2022-08-19 16:13:03 +08:00
## Features
2022-10-12 12:42:44 +08:00
+ Syntax highlight
+ Builtin commands document hover
+ Builtin commands signature support
+ commands, variable, properties... auto complete
2022-08-19 16:13:03 +08:00
## Requirements
2022-10-12 12:42:44 +08:00
You can use it after installing, no addition dependencies required.
2022-08-19 16:13:03 +08:00
## Extension Settings
This extension contributes the following settings:
2022-10-12 12:42:44 +08:00
* `cmakeIntelliSence.loggingLevel`: Control the logging level.
* `cmakeIntelliSence.trace.server`: Set to `verbose` or `message` to trace communication between client and server.