It will be create that developer(VB, Java or C#) can
1. setting cursor to same variable
2. and editor automatically highlights all using of this variable in the method.
It will create code more readable as in Eclipse.
The same think with the methods - highlight all using of method in class.
Thanks You.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the basic find/replace (control+F), you can enable the "style found token" option, then click Find All. All matching strings will be highlighted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Guys,
It will be create that developer(VB, Java or C#) can
1. setting cursor to same variable
2. and editor automatically highlights all using of this variable in the method.
It will create code more readable as in Eclipse.
The same think with the methods - highlight all using of method in class.
Thanks You.
Using the basic find/replace (control+F), you can enable the "style found token" option, then click Find All. All matching strings will be highlighted.
pshute,
Thanks a lot.