Visual Studio identical token highlighting

后端 未结 11 2542
走了就别回头了
走了就别回头了 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:45

    There is a RockScroll alternative called MetalScroll which is essentially the same thing with a few tweaks and improvements.

    Also there is a small and simple WordLight plug-in that only highlights the identical tokens.

    Both are open source and support code folding which is nice.

    Imho, the bar next to the scroll bar in Eclipse is a lot more elegant solution than the scroll bar replacement of RockScroll/MetalScroll. Unfortunately I couldn't find any VS plug-ins that do it the Eclipse way, so I just stick with WordLight.

提交回复
热议问题