VSCode intelisense

I downloaded Unreal 5.1.1, and VSCode automatically opened with the engine, but when I tried to write “UE_LOG”, there was no auto-complete or suggestion for completion.

How can I solve this?

(I have all the extensions suggested by the official VSCode integration tutorial)

Use Visual studio or Jetbrains Rider. Rider have the best integration with unreal and it’s now free also for Non Commercial usages.

The project needs to finish indexing first, then intellisense will start to show suggestions. VS Code is not well suited for an out-of-the-box experience, it requires a lot of manual tweaking.

“UE_LOG” is a macro, I am not sure if the tutorial you followed prompts intellisense to suggest macro auto-completions.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.