Visual Studio identical token highlighting

后端 未结 11 2569
走了就别回头了
走了就别回头了 2020-12-12 18:15

I coded a Mancala game in Java for a college class this past spring, and I used the Eclipse IDE to write it. One of the great (and fairly simple) visual aids in Eclipse is

11条回答
  •  情书的邮戳
    2020-12-12 18:21

    The automatic highlight is implemented in Visual Assist as the refactoring command "Find References". It highlights all occurences of a given variable or method, but that's not automatic (binded to a keyboard shortcut on my computer).

    Here is an exmaple:

    alt text

提交回复
热议问题