unreal-clangd
unreal-clangd copied to clipboard
VSCode extension for Unreal and clangd
Doc Assets
  
lots of errors in the clangd output tab: ``` I[13:53:57.290] Failed to compile /home/florian/lg/unreal/UnrealEngine/Engine/Source/ThirdParty/libSampleRate/Private/src_sinc.cpp, index may be incomplete I[13:53:57.302] Failed to compile /home/florian/lg/unreal/UnrealEngine/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateVectorGraphicsCache.cpp, index may be incomplete I[13:53:57.397] Failed to...
In addition to VS Code Marketplace I also recommend publishing this on [open-vsx](https://open-vsx.org/). So that people on Code OSS, VS Codium (open source builds of VS Code) can also access...
When I run the ' `create unreal clangd project` command, I get the following error: `Found clangd files while overwrite setting is: strict` Presumably this is because I'm adding this...
HI! Thanks for sharing your amazing work! I haven't manage to make it work tho. I installed it but this is what I see in the output. I'm working on...
> im getting this exception when generating project files for vscode, is it just me? didnt seem to occur in 5.4. > > Generating VisualStudioCode project files: > Discovering modules,...
It would be great to support UE 5.5. It is my daily engine and not having a reliable problem panel in VSCode is a real drag.
Long time user here) Any plans to support UE4? Thank you for your work.
Hello, First of all, huge thank you for this extension and centralizing Unreal+VSCode+clangd efforts into one extension! I was wondering if it'd be possible to configure project creation to use...
### Description The **Create Unreal clangd project** and **Update compile command file** commands don't respect the debugging launch type. For example, I'm using `lldb` to debug with this settings: ```json...