Cycle Method Parameters
Hi guys,
I am using Visual Studio 2008 and Resharper 4.5 at the moment.
Wondering if there is a way to move to the next method parameter when using a method.
Have seen other IDEs do this and find it really useful, instead of using the left/right arrow keys to move across to the next parameter.
Hope this makes sense...
Thanks in advance.
Frank.
Please sign in to leave a comment.
Here's a similar feature request for the IntelliJ IDE:
http://www.jetbrains.net/devnet/message/598555#598555
EDIT: Unfortunately, the JIRA links don't seem to work anymore.
Unfortunately, the link you supplied, the posted only asks the same question - the links with in that thread don't seem to work.
'Forbidden' error.
I'm assuming it's not possible?
Frank
Hello Frank
Have you tried using Smart Completion (ReSharper > Code > Complete Code > Smart) to complete method call parameters? Let me know if this helps. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey,
Thanks for taking the time to reply.
Yes, that does complete method call parameters, but it doesn't cycle through them one by one?
Hi,
If you open parameter info (Ctrl-Shift-Space in VS map, Ctrl-P in IntelliJ
map), you can use tab/shift-tab to jump to next/prev argument. Is it what
you look for?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> Hi Andrey,
IR>
IR> Thanks for taking the time to reply.
IR> Yes, that does complete method call parameters, but it doesn't cycle
IR> through them one by one?
IR> ---
IR> Original message URL:
IR> http://www.jetbrains.net/devnet/message/5254542#5254542