[if you dont wanna build] Install CMake by twxs in vscode... Swap-out the
package.json&syntaxesfolder from here
Or you can download the RELEASED ReynepModv0.1Beta & copy-paste that to your vscode extensions folder.
if the Release is behind the latest commits, Swap-out thepackage.json&syntaxesfolder after cloning
This extension provides support for CMake in Visual Studio Code.
- Colorization
- Completion Lists
- Code comments
- Snippets
- Quick Help
- Access To Online Help
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"
}CMake: Online Helpto go to the CMake online documentation (according to the current cmake version).
This extension based on the TextMate Syntax from this project.
Feel free to contribute...





