在 Eclipse 中突出显示带有关键字的行

发布于 2024-11-16 18:09:11 字数 101 浏览 5 评论 0原文

我想永久突出显示 Eclipse 中的记录器行(而不是作为搜索结果),以快速读取实际代码。

例如,每行以“logger”开头。将有浅灰色背景。

是否可以 ?

I would like to highlight permanently (not as a search result) the logger lines in Eclipse to read quickly the real code.

For example, each line beginning with "logger." would have a light grey background.

Is it possible ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赠佳期 2024-11-23 18:09:11

我认为最接近此类功能的方法是按 Shift + Alt + O 或在设置中激活它来激活“标记出现情况”。然后,您只需单击 logger.,Eclipse 就会标记文件中出现的所有该行。

不过,我想不出任何方法来永久标记任何给定的表达式,因为此解决方案仅适用于类型、方法、常量等。

I think the closest you could get to such a feature would be activating 'Mark Occurrences' by pressing Shift + Alt + O or activating it in the settings. Then, you only have to click on logger. and Eclipse marks all occurrences of that line in the file.

I can't think of any way to permanently mark any given expression, though, as this solution will only work with types, methods, constants etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文