<i id='VvUo2'><tr id='VvUo2'><dt id='VvUo2'><q id='VvUo2'><span id='VvUo2'><b id='VvUo2'><form id='VvUo2'><ins id='VvUo2'></ins><ul id='VvUo2'></ul><sub id='VvUo2'></sub></form><legend id='VvUo2'></legend><bdo id='VvUo2'><pre id='VvUo2'><center id='VvUo2'></center></pre></bdo></b><th id='VvUo2'></th></span></q></dt></tr></i><div id='VvUo2'><tfoot id='VvUo2'></tfoot><dl id='VvUo2'><fieldset id='VvUo2'></fieldset></dl></div>
    <tfoot id='VvUo2'></tfoot>
    • <bdo id='VvUo2'></bdo><ul id='VvUo2'></ul>
  1. <small id='VvUo2'></small><noframes id='VvUo2'>

  2. <legend id='VvUo2'><style id='VvUo2'><dir id='VvUo2'><q id='VvUo2'></q></dir></style></legend>

      Eclipse 突出显示相同出现的单词

      Eclipse highlighting the same occurrence of the word(Eclipse 突出显示相同出现的单词)
      • <legend id='1jIB6'><style id='1jIB6'><dir id='1jIB6'><q id='1jIB6'></q></dir></style></legend>
          • <bdo id='1jIB6'></bdo><ul id='1jIB6'></ul>

          • <i id='1jIB6'><tr id='1jIB6'><dt id='1jIB6'><q id='1jIB6'><span id='1jIB6'><b id='1jIB6'><form id='1jIB6'><ins id='1jIB6'></ins><ul id='1jIB6'></ul><sub id='1jIB6'></sub></form><legend id='1jIB6'></legend><bdo id='1jIB6'><pre id='1jIB6'><center id='1jIB6'></center></pre></bdo></b><th id='1jIB6'></th></span></q></dt></tr></i><div id='1jIB6'><tfoot id='1jIB6'></tfoot><dl id='1jIB6'><fieldset id='1jIB6'></fieldset></dl></div>

              <small id='1jIB6'></small><noframes id='1jIB6'>

              1. <tfoot id='1jIB6'></tfoot>
                  <tbody id='1jIB6'></tbody>
                本文介绍了Eclipse 突出显示相同出现的单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在 Notepad++ 中,它有一个非常好的功能,如果我选择一个单词,它将突出显示整个文本中所有相同的单词.除此之外,我可以设置热键以突出显示多达五个不同样式的不同单词(见下图效果).

                In Notepad++ , it has a very nice feature that if I select a word , it will highlight all the same words throughout the text . Added to this , I can set the hot-keys to highlight up to five different words with different styles (See the effect below) .

                有什么方法可以在 eclipse 中获得类似的效果吗?我知道在编辑 Java 时,它会突出显示所有相同的变量,但是当我突出显示注释和编辑其他文件类型(例如 xml、html、js、css 等)时,它将不起作用.

                Is there any ways /plug-ins to get this similar effect in eclipse ? I know when editing Java , it will highlight all the same variables ,but it will not work when I highlight the comments and editing other files type (e.g. xml, html, js, css and etc).

                推荐答案

                我使用 Eclipse 已经有一段时间了,我很确定没有规范的方法可以做到这一点.

                I've been working with Eclipse for quite a while and I'm pretty certain that there is no canonical way of doing this.

                在 Eclipse 中,这些东西是在每个编辑器的基础上管理的,Java 编辑器不支持我所知道的所有内容.至少对于 Java 编辑器,您可以对突出显示的内容和方式(Preferences > Java > Editor > Mark Occurrences)进行一些小的配置,但我想您已经知道了.

                In Eclipse these things are managed on a per-editor basis and the Java editor does not support what your looking for for all I know. At least for the Java editor you can do some minor configuration in what is highlighted and how (Preferences > Java > Editor > Mark Occurrences), but I guess you already know that.

                至于插件,我不知道有任何插件可以实现您的需求.事实上,如果真的有一个插件可以实现您的需求,我会感到惊讶.

                As for plugins, I'm not aware of any plugin that achieves what you're looking for. As a matter of fact I'd be surprised if there really was a plugin which achieves what you're looking for.

                如果出现问题,我非常感谢您在这里分享它,多年来我一直试图在 Eclipse 中获得体面的高亮显示,但没有成功...... :)

                If something comes up I'd much appreciate you sharing it here, I've been trying to get decent highlighting into Eclipse for years unsuccessfully... :)

                这篇关于Eclipse 突出显示相同出现的单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)
                Is there a maximum number you can set Xmx to when trying to increase jvm memory?(尝试增加 jvm 内存时,您可以将 Xmx 设置为最大数量吗?)

                  <i id='zi0ag'><tr id='zi0ag'><dt id='zi0ag'><q id='zi0ag'><span id='zi0ag'><b id='zi0ag'><form id='zi0ag'><ins id='zi0ag'></ins><ul id='zi0ag'></ul><sub id='zi0ag'></sub></form><legend id='zi0ag'></legend><bdo id='zi0ag'><pre id='zi0ag'><center id='zi0ag'></center></pre></bdo></b><th id='zi0ag'></th></span></q></dt></tr></i><div id='zi0ag'><tfoot id='zi0ag'></tfoot><dl id='zi0ag'><fieldset id='zi0ag'></fieldset></dl></div>
                      <tbody id='zi0ag'></tbody>
                    <legend id='zi0ag'><style id='zi0ag'><dir id='zi0ag'><q id='zi0ag'></q></dir></style></legend>
                    <tfoot id='zi0ag'></tfoot>
                      • <bdo id='zi0ag'></bdo><ul id='zi0ag'></ul>

                        <small id='zi0ag'></small><noframes id='zi0ag'>