Skip to content

twxs/vs.language.cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8602a13 · Oct 4, 2019

History

69 Commits
Nov 15, 2016
Nov 18, 2015
Sep 11, 2015
Nov 20, 2017
Mar 4, 2017
Oct 21, 2015
Oct 19, 2015
Aug 9, 2016
Oct 4, 2019
May 13, 2018
Nov 15, 2016

Repository files navigation

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

  • Colorization
  • Completion Lists

completion

  • Code comments

comment

  • Snippets

find_package

include

  • Quick Help

tooltip

  • 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).

Acknowledgements

This extension based on the TextMate Syntax from this project.

Contributors

Feel free to contribute...

License

MIT

About

Syntax highlighting for Cmake in Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published