如何在 IntelliJ 中打开当前符号的突出显示?
在 IntelliJ 中导航代码时,当光标位于给定变量名称上时(例如),我希望 IDE 突出显示给定文件中该变量的所有其他用法(我认为这是 Eclipse 中的默认行为) 。我怎样才能打开它?
When navigating the code in IntelliJ, when the cursor is on a given variable name (for instance), I would like the IDE to highlight all the other usages of this variable in the given file (I think this is the default behaviour in Eclipse). How can I switch it on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“设置”-> “IDE设置”-> 「编辑器」-> “突出显示插入符号处元素的用法”
"Settings" -> "IDE Settings" -> "Editor" -> "Highlight usages of element at caret"