Menu

HowTo highlight all using variable in method

2007-09-17
2012-11-13
  • Nobody/Anonymous

    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.

     
    • pshute

      pshute - 2007-09-18

      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.

       
      • Nobody/Anonymous

        pshute,
        Thanks a lot.