如何在Eclipse中显示块的边距?

发布于 2024-12-12 14:55:01 字数 152 浏览 2 评论 0原文

我使用 notepad++ 或 Visual Studio 的扩展,并且我看到了如下图所示的块的线条(边距)。 在此处输入图像描述

Eclipse 可以做到这一点吗?谢谢!

I use notepad++ or extension for Visual Studio and I have seen the line (margin) of the block like the below image.
enter image description here

Can Eclipse do this? Thanks!

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

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

发布评论

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

评论(1

×眷恋的温暖 2024-12-19 14:55:02

您可以在“常规”->“常规”下打开“显示空白字符”选项。编辑->文本编辑器。我觉得这太分散注意力了。

Eclipse 有一种不同的方式来控制代码块的显示。

PhotoView constructor open

查看第 65 行后面带有破折号的圆圈。您可以左键单击该圆圈以关闭该圆圈堵塞。

PhotoView构造函数已关闭

您可以将光标悬停在带有加号的圆圈上以查看“隐藏”代码。

左键单击圆圈将再次打开控制块。

You can turn on the "Show whitespace characters" option under General -> Editors -> Text Editors. I find that too distracting.

Eclipse has a different way to control the display of blocks of code.

PhotoView constructor open

See the circle with a dash right after the line number 65. You can left click on that circle to close the block.

PhotoView constructor closed

You can hover your cursor over the circle with the plus sign to see the "hidden" code.

Left clicking on the circle will open the control block again.

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