修改 CSS 文件的 Eclipse 大纲视图
在显示 CSS 文件的大纲时,如何使 Eclipse 的大纲视图执行以下操作:
- 显示注释
- 为一组 CSS 规则创建可折叠范围
- 其他?
谢谢
澄清: 我不是在谈论对 eclipse 进行代码修改。 我在想是否已经有一些隐藏的方法可以做上述事情。 (比如添加以 OUTLINE 或类似内容开头的 css 注释)。
How can I cause Eclipse's Outline view to do any of the following when displaying the outline for a CSS file:
- display a comment
- create a collapsible range for a group of CSS rules
- anything else?
Thanks
CLARIFICATION:
I am not talking about doing code modifications to eclipse.
I was wandering if there is already some hidden way to do the said stuff.
(like adding a css comment that starts with the word OUTLINE or something similar).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己找到了一个解决方法:)
它并不完美,但仍然...
添加如下 CSS 规则:
._________________________ CONTROLS _________________________ {}
很好地显示在大纲视图中。
我想,如果我不放入太多,运行时的影响就会很小。
Found myself a workaround :)
Its not perfect but still...
Adding a CSS rule like this:
._________________________ CONTROLS _________________________ {}
shows up in the outline view very nicely.
I guess, if I don't put in too many of them, the runtime effect would be minimal.