Search and install cmake-highlight in VSCode extension marketplace:
Features
Colorization
Completion Lists
Code comments
Snippets
Quick Help
Access To Online Help
Options
The following Visual Studio Code settings are available for the Cmake extension. These can be set in user preferences (cmd+,) or workspace settings (.vscode/settings.json).
{
"cmake.cmakePath": "/path/to/cmake"
}
Commands
CMake: Online Help to go to the CMake online documentation (according to the current cmake version).
Local build
git clone https://github.com/zchrissirhcz/vscode-cmake-highlight.git
cd vscode-cmake-highlight
npm install -g @vscode/vsce
npm install typescript -g
npm install
...
vsce package # generate the .vsix file
# if your ~/.npmrc contains `prefix=~/.npm-global`, then use the following command
# ~/.npm-global/bin/vsce package