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.
Is it possible to add a formatting setting to disable line breaks before block statements?
I have a project in the folder `/home/jgcodes/Documents/Code/C#/TinCan.NET/TInCan.NET.Native`. Here's the errors I get: ``` [Error - 09:08:48] Request textDocument/semanticTokens/range failed. Message: Could not find file '/home/jgcodes/Documents/Code/C'. Code: -32000 [object Object]...
It may be a good idea to enable navigating to subdirectory `CMakeLists.txt` file with goto reference action on `add_subdirectory` command.
I am getting this error: `[Error - 9:19:33 AM] c:\workspace\app_4\build\.cmake\api\v1\reply\index-2023-03-27T07-19-33-0211.json: Sequence contains no elements` I tested this with cmake versions 3.20.2, 3.22.2 and 3.25.2 on Windows. I attached an minimal...
The dotnet SDK package you link currently installs 7.0.2, however this extension fails to load it: ```sh You must install or update .NET to run this application. App: /Users/alex/.vscode/extensions/josetr.cmake-language-support-vscode-0.0.9/LSP/CMake.LSP.dll Architecture:...
No `GLOBAL` keyword prompt in `find_package()` command.  
Currently the extension cannot recognize a custom function or macro defined in another `.cmake` file, when I open the `.cmake` file and then the custom token can be highlighted, which...
In cmake-language-support 0.0.7, there is no more coloration of syntax like ` DESTINATION` or just `DESTINATION`. Autocompletion works. There is no tooltip on mouseover. Example: issue in syntax highlighting: ```cmake...
Since this extension appears to be closed-source and so git log isn't available, it'd be nice to know what's changed between versions in your own words.
Would it be possible to somehow get from CMake which modules are loaded (or where certain functions / macros are defined), perhaps via the [CMake File API](https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html), and use that...