[PLUGIN] UE4 Visual Studio IntelliSense Macro Specifiers

Hey!

Just wanted to add that this extension is usable with ReSharper. As long as in the ReSharper intellisense options you set the intellisense to Visual Studio, instead of ReSharper’s implementation then it works fine. The upside being that ReSharper is still enabled, giving you intellisense (provided by VS) and ReSharpers formatting and code generation features.

As a plus, if you are running into low memory or performance issues I’ve found that disabling auto tune cached translation units in options>text editor>C++>advanced and setting it in the same page to a low number like 2 or 4 (depending on what it was previously set as) I’ve gotten a massive performance boost when using the editor and using intellisense in general.

Hopefully this can be of help to others too if people are having issues with Visual Studio performance and/or trying to get this nice extension working with a extension like ReSharper.