-
Notifications
You must be signed in to change notification settings - Fork 1
CMake
Thomas Hahn edited this page Dec 11, 2024
·
3 revisions
The CMake extension is very simple. It provides basic syntax highlighting for CMake files, code completion, etc.
To install/enable it,
- go to
Extensions
in the activity bar, - search for
CMake
and - install/enable it (see below).

Once it is installed/enabled, syntax highlighting should work for CMake files:

You can also hover over functions and variables to get more information about them or use the code completion feature by start typing a CMake specific name.
In the next section, we will install the extension CMake Tools.