cmake-language-support
cmake-language-support copied to clipboard
CMake Language Support implements your favorite code editor features and is currently available for Visual Studio Code.
I started using this extension instead of the previous cmake language server made by [twxs](https://github.com/twxs/vs.language.cmake) and its great. The only trouble I have is with the documentation of a hovered...
`NOTEQUAL` is highlighted as a keyword in if-statements, but it isn't a keyword ([CMake documentation for if-statements](https://cmake.org/cmake/help/latest/command/if.html)). 
I frequently swap lines using `+` and `+`. This extension seems to change the indentation of lines whenever I do this to a CMake file. **Before swap** ```cmake cxx_executable( TARGET...
Shows error `Unexpected token` for the string in `math()` expression ```cmake math(EXPR CODE_ "\ 1 + 2 \ ") ``` Also is reproduced on https://josetr.github.io/cmake-language-support/
`.Net Install Tool` print this log ``` josetr.cmake-language-support-vscode requested to download the .NET Runtime. Downloading .NET version(s) 6.0.36~x64 .... Done! .NET 6.0.36~x64 executable path: /home/asd-a/.vscode-server/data/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/6.0.36~x64/dotnet ``` but starting up `josetr.cmake-language-support-vscode`...
This extension saves my life while writing CMake scripts, THANK U :) Can we get a configurable auto-parentheses-completion feature?