cmake-language-support icon indicating copy to clipboard operation
cmake-language-support copied to clipboard

CMake Language Support implements your favorite code editor features and is currently available for Visual Studio Code.

Results 26 cmake-language-support issues
Sort by recently updated
recently updated
newest added

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...

enhancement

`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)). ![image](https://github.com/josetr/cmake-language-support/assets/8622748/52174392-d2cd-40f1-a829-705aaea8fdef)

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?