Go to file
全卓 040b92f7c4 Fix: server crash if can't find cmake 2022-12-06 16:06:03 +08:00
.vscode webpack: enable watch in develop mode 2022-11-27 16:09:14 +08:00
build built in commands variables auto complete 2022-10-11 13:49:33 +08:00
client Fix: server crash if can't find cmake 2022-12-06 16:06:03 +08:00
images Add icon 2022-10-12 12:37:33 +08:00
server Fix: parse files which is not included from top level CMakeLists.txt file 2022-12-06 14:41:17 +08:00
syntaxes Add a new language named 'cmdsignature' 2022-09-06 10:08:52 +08:00
.eslintrc.json change eslint rule: naming-convention 2022-12-02 16:26:08 +08:00
.gitignore ignore vulnerability report file: npmlist.json 2022-11-22 10:52:28 +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 readme 2022-12-06 10:57:16 +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 webpack: enable watch in develop mode 2022-11-27 16:09:14 +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
  • semantic tokens
  • builtin commands document hover
  • builtin commands signature support
  • commands, variable, properties... auto complete
  • document format
  • go to defination
  • publish diagnostics
  • code action

Requirements

You should have CMake install.

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.
  • cmakeIntelliSence.cmakePath: path to cmake executable