Vs.language.cmake
Syntax highlighting for Cmake in Visual Studio Code
Install / Use
/learn @twxs/Vs.language.cmakeREADME
CMake For VisualStudio Code
This extension provides support for CMake in Visual Studio Code.

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 Helpto go to the CMake online documentation (according to the current cmake version).
Acknowledgements
This extension based on the TextMate Syntax from this project.
Contributors
Feel free to contribute...
