Go to file
全卓 eb43955fba v0.0.4 2022-12-19 22:27:58 +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 document formatting: format composed parameter 2022-12-19 22:22:04 +08:00
syntaxes Fix: 'elseif' is not highlighted 2022-12-12 15:03:50 +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 v0.0.4 2022-12-19 22:27:58 +08:00
package.json v0.0.4 2022-12-19 22:27:58 +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