Automatically enabled vs.net intellisense when in VB project
Any chance of having Reshaper notice that its in a VB project and automatically reanabling the default intellisense in vs.net? It's a pain switching languages and having to enable/renable it back and forth.
Karl
Please sign in to leave a comment.
Hi Karl,
ReSharper does not disable the default intellisense in VB.NET. Make sure
that you have
the option Tools->Options->Text Editor->Basic->Auto list members enabled.
Then whenever you
type a dot, VB.NET intellisense should be popped up. If you press
Ctrl+Space, ReSharper simply
invokes VB.NET completion.
"karl" <no_mail@jetbrains.com> wrote in message
news:17263286.1092323988716.JavaMail.itn@is.intellij.net...
>