How do i make rider intelisense work for ue4 engine plugin code code?
I want to investigate some plugin code in my ue4 engine folder.
However it is all displayed as plain text without intellisense:

How do i fix that?
Please sign in to leave a comment.
Hello Somawheels
Please enable the Index plugins option under Settings | Languages & Frameworks | C++ | Unreal Engine -> Code Indexing. Rider should start indexing the plugins shortly after you enable this option and analysis should be available as soon as analysis is done.
Let me know if you encounter any issues
awesome, thanks.
Hello Brendenfrank,
This setting should still be available in Settings | Languages & Frameworks | C++ | Unreal Engine -> Code Indexing. If this option is missing in your Rider instance, please check the status of “Support for C++ Language” and “UnrealLink” plugins - both plugins should be enabled.