+4
Bracket indicator mixes comments and actual code
For example
1 - If(blah blah){
2 - //If(blah){ <-- commented out
3 - Code code
4 - }
The bracket indicator would pair line 2 and 4.
This happened to me in C++. I don't know how it's doing in other languages.
It would be awesome if this can be fixed.
1 - If(blah blah){
2 - //If(blah){ <-- commented out
3 - Code code
4 - }
The bracket indicator would pair line 2 and 4.
This happened to me in C++. I don't know how it's doing in other languages.
It would be awesome if this can be fixed.
0
chaiguy hace 13 años
On the other hand, it can still be useful to find paired brackets within large blocks of commented code.
So really, it should depend on whether the selected bracket is commented or not as to whether the matched bracket should also be commented or not.
0
Asher Max Schweigart hace 13 años
I'm not seeing the described behavior in php or javascript.
Servicio de atención al cliente por UserEcho