# cmake-intellisence **Repository Path**: chenhaoyang2019/cmake-intellisence ## Basic Information - **Project Name**: cmake-intellisence - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2022-09-26 - **Last Updated**: 2022-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Description This extension add CMake language feature support to Visual Studio Code. ## Features + syntax highlight + semantic tokens + builtin commands document hover + builtin commands signature support + commands, variable, properties... auto complete + document format + go to defination + publish diagnostics + code action ## Requirements You should have CMake install. ## Extension Settings This extension contributes the following settings: * `cmakeIntelliSence.loggingLevel`: Control the logging level. * `cmakeIntelliSence.trace.server`: Set to `verbose` or `message` to trace communication between client and server. * `cmakeIntelliSence.cmakePath`: path to cmake executable