المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Line on open/close brackets



C# Programming
07-21-2010, 06:11 PM
I'm not sure if I can get the answer on this...

I'm trying to find out of Visual Studio 2010 has the line to show ******** of open/closing bracket as seen on the photo... (this was from NotePad ++)

This will help me to see better where the open/close bracket belongings, rather than click on the closing bracket and look for the highlighted opening bracket.

Oh, speaking of photo, how do I attach the pix on this?

the line on opening/closing bracket can be seen on Notepad++ software.

I'll do the ascii text here...

for (int i = 0; i < 5; i++)
{
| if (i == 2)
| {
| | ....
| | ....
| }
| else
|
}