IDE question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Back in the good oll VS 6.0 days, programming c++, when I wrote the command
'break', the e.g. 'while' clause I was breaking out of was shortly highligted
much like scopes are paired/highlighted in VS 2005.

Anyone know of a plugin of some kind available for VS 2005 for that kind of
candy?

regards Jesper, DK
 
It is there out-of-the-box I believe...
When I type break or continue, the while/foreach turns black/bold
until I do something

Marc
 
It appears to be linked into "Brace Matching (Highlight)" in terms of
colours etc.
You could try resetting (import/export -> reset all) - and you might
want a backup first!

?

Marc
 
Back
Top