Somehow i cant get the Intellisense suggestions working. After switching from Unity (C#) to Unreal (C++) i’m still learning a lot of the basics and i would love to scroll down the possibilities i can call, but after uninstalling and reinstalling multiple times i cant get any autocompletion/suggestions running.
I dont think i got conflicting extensions, since i uninstalled all but the Microsoft ones for testing. I’m doing the “Unreal 5.0 C++ Developer: Learn C++ and Make Video Games” course right now and did all the installing at the beginning, inclusing the Snippets by CAPTNCAPS which i uninstalled and reinstalled as well. Probably there is an easy solution? I got the feeling that wrong code/unfinished isnt showing as intendet as well - but that could just be my feeling after switching from C#
When i hover over code (in this example the HitResult from the Grabber Component in the course) it it tells me: “>Error-Type< HitResult” (other <> but i cant use them in the text here - and when i press ctr. + . (that should show the code action menu right? It tells me “no code actions available”.
Would be glad about any ideas - thanks!