How do i make rider intelisense work for ue4 engine plugin code code? Follow
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.