format

  • Thread starter Thread starter ichor
  • Start date Start date
I

ichor

hi
how do i format my c-sharp code?
sometimes when i delete certain lines of code , the code is not formatted
automatically.
how do i do that?
thnx
 
....and don't forget to re-add the closing bracket (sorry 'bout that, I hit
send too quick)
 
ichor said:
hi
how do i format my c-sharp code?
sometimes when i delete certain lines of code , the code is not formatted
automatically.
how do i do that?
thnx

CONTROL-A, then CONTROL-K then CONTROL-F. It's magic!

Charles
 
Back
Top