c# - What methods are there to identify brace/ curly bracket pairs in the Visual Studio IDE? -
VB is coming from the background I wonder why I have more difficulty in doing this as my C #. I realized yesterday what is the main difference between the two languages? Take this example
  If true, then I am going to end as the integer = 0 to 10c = a + b next end    this is obvious Where the end of each block ends because  
 -  Mailing Indentation  
-  Inside the IDE, clicking on an opening or closed brace is highlighted on the other.  
-     for the same code C #     if (true) {while (true) {for (for) int i = 0; I & lt; = 10; I ++) {c = a + b; 2} 2 is still applicable, but we have lost 3.   -  Matching indent  
-  Inside IDE, click    It seems that the braces should have features like automatic color coding .    What other strategies are available to track the pair of brakes?      I use "code block and tagger" (note: despite not being mentioned on the website , It is also):      
  Options:     < / Html> < / Html>
 
 
 
 
 
Comments
Post a Comment