| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/textmate/lib/bundles/cmake/ |
Upload File : |
# CMake For VisualStudio Code
[](https://gitter.im/twxs/vs.language.cmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This extension provides support for [CMake](http://www.cmake.org/) in [Visual Studio Code](https://code.visualstudio.com/).

## 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).
```json
{
"cmake.cmakePath": "/path/to/cmake"
}
```
## Commands
- `CMake: Online Help` to go to the CMake online documentation (according to the current cmake version).
## Acknowledgements
This extension based on the TextMate Syntax from [this project](https://github.com/zyxar/Sublime-CMakeLists).
## Contributors
- [Stanislav Ionascu](https://github.com/stanionascu)
- [Rostislav Kondratenko](https://github.com/rkondratenko)
Feel free to contribute...
## License
[MIT](LICENSE)