DescriptionCMake IntelliSense is a Visual Studio Code extension that supports the CMake language. It provides features such as syntax highlighting, semantic tokens, document formatting, and code completion for CMake scripts. NoteThis extension provides CMake language support and is generally used in conjunction with the CMake Tools extension. Since version 1.20.x, the FeedbackThis extension is still under development, you may encounter bugs or missing features. If you have any suggestions or find any bugs, please feel free to open an issue on github. Your feedback is highly appreciated. RequirementsNo other runtime dependencies are required. You should have CMake installed. Features
DevelopmentNote: This section describes the development environment setup required for modifying/developing this extension. If you just want to use this extension, simply install it without any additional setup. This project use antlr4 to generate the parser and lexer for CMake language. You need to setup antlr4 command line tool before you start development.
on Linux/macOS, you can name the script
on Windows, you can name the script
After setting up antlr4 command line tool, you can flow the steps below to start development:
Todo
|