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