修改 CSS 文件的 Eclipse 大纲视图

发布于 2024-12-28 07:44:27 字数 216 浏览 1 评论 0原文

在显示 CSS 文件的大纲时,如何使 Eclipse 的大纲视图执行以下操作:

  1. 显示注释
  2. 为一组 CSS 规则创建可折叠范围
  3. 其他?

谢谢

澄清: 我不是在谈论对 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:

  1. display a comment
  2. create a collapsible range for a group of CSS rules
  3. 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 技术交流群。

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

发布评论

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

评论(1

你没皮卡萌 2025-01-04 07:44:27

自己找到了一个解决方法:)

它并不完美,但仍然...

添加如下 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.

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