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

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

wordpress - (T_ENDFOREACH) php error -

ruby - Train neural network with sine function -