Go to file
全卓 6e72f2f363 fix: attach to server not working 2022-11-22 10:49:52 +08:00
.vscode fix: attach to server not working 2022-11-22 10:49:52 +08:00
build built in commands variables auto complete 2022-10-11 13:49:33 +08:00
client bundle extension using webpack 2022-10-12 12:37:03 +08:00
images Add icon 2022-10-12 12:37:33 +08:00
server semantic tokens 2022-11-21 21:57:33 +08:00
syntaxes Add a new language named 'cmdsignature' 2022-09-06 10:08:52 +08:00
.eslintrc.json Initialize 2022-08-19 16:13:03 +08:00
.gitignore Add language feature: document symbols 2022-10-31 20:07:12 +08:00
.vscodeignore update .vscodeignore 2022-10-12 12:53:56 +08:00
CHANGELOG.md Initialize 2022-08-19 16:13:03 +08:00
LICENSE.md update document 2022-10-12 12:42:44 +08:00
README.md update document 2022-10-12 12:42:44 +08:00
language-configuration.json Syntax Highlighting for CMake and CMakeCache 2022-08-23 16:50:59 +08:00
package-lock.json use 'concurrently' to accelerate build 2022-11-10 17:25:49 +08:00
package.json add option command into grammar 2022-11-11 09:41:00 +08:00
snippets.json Add snippets 2022-08-24 12:30:14 +08:00
tsconfig.base.json refactor language server using typescript 2022-10-10 11:04:15 +08:00
tsconfig.json refactor language server using typescript 2022-10-10 11:04:15 +08:00
webpack.config.client.js bundle extension using webpack 2022-10-12 12:37:03 +08:00
webpack.config.server.js bundle extension using webpack 2022-10-12 12:37:03 +08:00

README.md

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.