formatting - Toggle Visual Studio setting matching brackets -


how turn on vs setting shows matching brackets. looking straight line helps matching items up.

    if (true)     {     |    foreach (var item in collection)     |   {     |<--|----looking          |   |<----- looking      |   |     |   }     } 


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

delphi - cxGrid : instead of "go to next cell on enter" using "enter" do that with the arrow keys -