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.
Hi, your extension is currently probably the best out there for CMake ^^, awesome work, I noticed I cannot keep indentation inside comments, it would be awesome if there's a...
Hey! I saw that there was a discussion at some point about the availability of the source code of this extension. https://github.com/josetr/cmake-language-support/issues/6 Can you give an updated answer to that,...
Format Document is changing indention inside comments. For example: ``` # the License at # # https://www.apache.org/licenses/LICENSE-2.0 # ``` is formatted to: ``` # the License at # # https://www.apache.org/licenses/LICENSE-2.0...
I set `"editor.formatOnSaveMode": "modificationsIfAvailable"` in vscode so that automatic formatting will only format the parts I modified when saving. This setting works well when I edit Cpp files, but this...
It would be nice if [generator expressions](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html) can be highlighted explicitly. Especially when nesting them, it would also be very convenient if the matching starting `` can be highlighted (similar...
When I comment out a line, a line break is inserted before it. How can I disable it?
I'm not sure to what degree declarations from `include()`s are already added to intellisense, but I've noticed some things not being added. For example, - `FetchContent_Declare` after `include(FetchContent)` - `generate_export_header`...
After start VSCode, error appears: ``` josetr.cmake-language-support-vscode requested to download the .NET Runtime. Downloading .NET version(s) 6.0.23~x64 ........................................................................................... Error! Failed to download .NET 6.0.23~x64: Command failed: "/home/axx/.vscode/extensions/ms-dotnettools.vscode-dotnet-runtime-1.8.0/dist/install scripts/dotnet-install.sh" -InstallDir "/home/axx/.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/6.0.23~x64"...
Hi @josetr ! First off, thank you for this excellent extension! I've been using it for a while now and love it. I'm sure there are also others who would...