Problem with showing parameters?
I have just typed this, caret as shown:
int x = CallAMethod(^);
the parameters for CallAMethod have gone on extended vacation from my
grey matter, so I hit every key combination vaguely related to getting
parameter help (Ctrl-Space, Ctrl-Alt-Space, etc.) to no avail; often I
get a popup offering be every variable or classname.
Is there something not well defined here, or do I have some setting
incorrect in my environment?
- dave
Please sign in to leave a comment.
David,
in case you can do one of the following:
- if you wish to view the available signatures of CallAMethod you can press
Ctrl+P.
- if you wish to insert some non-qualified identifier of appropriate type
as an argument to CallAMethod you can press CtrlShiftSpace
- if you wish to start completing argument you can use Ctrl+Space or just
start typing it.
- if you wish to read (XML) comments to the first parameter we are sorry -
this is not implemented yet - you will have to Ctrl+B to the method, read,
and then press standard VS "Navigate backward" icon to return.
--
Andrey Simanovsky
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"David Goldstein" <davegoldstein@adelphia.net> wrote in message
news:c4en3p$i5p$1@is.intellij.net...
>
>
>
>