unreal-clangd icon indicating copy to clipboard operation
unreal-clangd copied to clipboard

VSCode extension for Unreal and clangd

Results 18 unreal-clangd issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/62588629/224905249-a42a6c72-c199-4f24-9815-f60d9fd455e9.png) ![image](https://user-images.githubusercontent.com/62588629/224905373-b09e6d85-0c0b-4881-ad3d-d2a8966b4fec.png) ![image](https://user-images.githubusercontent.com/62588629/224905537-d1c24ecc-cb26-483a-aabc-f308b081cee4.png)

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