twxs / vs.language.cmake

Syntax highlighting for Cmake in Visual Studio Code
MIT License
121 stars 53 forks source link
cmake visual-studio-code

CMake For VisualStudio Code

Join the chat at https://gitter.im/twxs/vs.language.cmake

This extension provides support for CMake in Visual Studio Code.

screencast

Features

completion

comment

find_package

include

tooltip

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

Acknowledgements

This extension based on the TextMate Syntax from this project.

Contributors

Feel free to contribute...

License

MIT