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) -

Using django-mptt to get only the categories that have items -