Disabling intellisense/autocomplete in R#
Is it possible to disable all the autocomplete/intellisense functionality in R# without un-installing it?
There are a number of autocomplete/intellisense issues that seem to be new since installing the EAP programs. I'd like a quick way to enable/disable this in R# without uninstalling/re-installing it so I can validate that there are really caused by R# EAP.
Thanks,
Geoff
Please sign in to leave a comment.
Hello Geoff,
At the moment you can switch to built-in Visual Studio IntelliSense (under
ReSharper | Options | IntelliSense | General). In order to turn IntelliSense
off completely you should then turn off 'Auto-list members' option under
Tools | Options | Text Editor | C# | General. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey,
I tried what you suggested; but it didn't re-enable auto-complete for me. Even after un-installing R#, I still didn't get the normal auto-complete behaviour back. I eventually found an option in VS to re-enable this. Not sure if that's cause or effect, but I filed RSRP-272965 against it.
Is there a more generic way to go back to the pre-R# settings? A lot of weird stuff going on now ... Was fine when I was using GA versions; but after a few Beta's things have gone a bit funky on me, and apparently un-installing R# isn't enough to clean it up all. Just looking to see if I can get back to 'clean' system so I don't end up reporting issues on stuff that's since been fixed..
Any ideas?
Thanks,
Geoff
To get back VS intellisense please try switching it on in 'Tools/Options/Text Editor/ C#'. Normally we override this value while R# intellisense is used (to avoid double completion list) and we should set it back to it's previous value.
Please tell us what specific issues you have with R# intellisense? We really need to know it to make it better!
Thanks.