A few things I cant seem to find in C#

  • Thread starter Thread starter gregory_may
  • Start date Start date
G

gregory_may

I am trying to switch to C# from VB.

A few things I cant seem to find:

* How to get those handy Try/Catch templates to appear when I type "Try"
* How can I auto reformat my code?
 
gregory_may said:
* How to get those handy Try/Catch templates to appear when I type "Try"
No way that I'm aware of in Visual C# natively, but QuickCode.Net
(Shareware, http://www.dvxp.com/en/QuickCode.aspx) is handy for these types
of things.
* How can I auto reformat my code?
It should reformat whenever you type a closing brace (}).

Or you can you the Format selection command (Edit/Advanced/Format
Selection:) -- or the shortcut, Ctrl-A, Ctrl-K, Ctrl-F
 
Back
Top