Short cut key in VB

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

There is a shortcut key CRTL+ } in C#.NET to check between the "{" braces..,
is there a equivalent in VB.NET to move between blocks like IF/EndIF like
that..

VJ
 
First you need to find out if there is a command to perform that action,
which I think that no, because being VB.NET more verbose ("End XXX") than C#
( "}" )there is no so much need to get assistance finding the end delimiter
of a block. The list of commands is in the Tools, Customize menu, Keyboard
button. You can assign a shortcut to a command in the window too.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Yea I do understand VB being verbose.. that does not mean, I can locate
IF/EndIF blocks easily.. maybe For/Next we can if you use the variable in
the Next statement... I still would assume that we will need it for
If/Endif, which is just words of the "{" in C# if you see it... Hope
somebody sees this in MS and gets it in their to-do list for next version of
VS 2005 !!

Vijay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top