如何在 Eclipse 中突出显示多个变量?
在 Eclipse 中,如果将光标放在某个变量上,它将在代码中的任何位置突出显示该变量。我想知道如何一次突出显示多个变量?
In Eclipse, if you rest your cursor on a variable it will highlight that variable everywhere in the code. I was wondering how you could highlight more than one variable at a time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全是您想要的,但使用查找对话框您可以在同一搜索中查找两个变量。
index
和count
变量,请使用(index)|(count)
。index
和count
的所有实例。这可以扩展到更棘手的搜索。
Not exactly what you want, but using the find dialog you can look for two variables in the same search.
index
andcount
variables use(index)|(count)
.index
andcount
.This can be expanded to even more tricky searches.