DescriptionCMake IntelliSense is a Visual Studio Code extension that support CMake language. It provides features such as syntax highlighting, semantic tokens, and code completion for CMake scripts. 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 gitee or github. Your feedback is highly appreciated. RequirementsThis extension is written in TypeScript, no other runtime dependencies are required. You should have CMake installed. Features
DevelopmentThis 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
|