VS vs. R# Parameter Info
Hi!
Parameterinfo and included help is really cool now, seems to work always for me:)
What I still dont like though (and havent found any comment on) is that old VS.NET Parameterinfo still pops up from time to time. Having two popups is annoying somehow.
This happens on typing the starting paranthesis of a method call (especially annoying if there are overloads )
Also R#-Parameterinfo, doesnt seem to popup on typing a comma in the parameterlist (i.e. delete one and retype it)
Apart from that, this is really getting cool :D
Guido
P.S. Typing a dot also produces VS intellisense, I rather had only R#'s or at least an option to turn that off.
Please sign in to leave a comment.
To disable VS parameter info and intellisense go to Tools > Options > Text
Editor > C# and uncheck "Auto list members" and "Parameter info" (the first
2 options in the panel).
parameterlist (i.e. delete one and retype it)
I don't think it's good idea to popup it up by typing comma, this might be
annoying. Any time when you need it just press Ctrl-P.
--
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Guido Stinnez" <no_mail@jetbrains.com> wrote in message
news:28482098.1086786777160.JavaMail.itn@is.intellij.net...
for me:)
old VS.NET Parameterinfo still pops up from time to time. Having two popups
is annoying somehow.
(especially annoying if there are overloads )
parameterlist (i.e. delete one and retype it)
>
>
at least an option to turn that off.
Oops :)
You're probably right about the comma, too.
Thanx for the help
Guido Stinnez