如何在Eclipse中显示块的边距?
我使用 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.
Can Eclipse do this? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在“常规”->“常规”下打开“显示空白字符”选项。编辑->文本编辑器。我觉得这太分散注意力了。
Eclipse 有一种不同的方式来控制代码块的显示。
查看第 65 行后面带有破折号的圆圈。您可以左键单击该圆圈以关闭该圆圈堵塞。
您可以将光标悬停在带有加号的圆圈上以查看“隐藏”代码。
左键单击圆圈将再次打开控制块。
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.
See the circle with a dash right after the line number 65. You can left click on that circle to close the block.
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.