A feature I'd love to see is auto complete for id and class attributes. In other words, hit ctrl-space (or whatever) when the cursor is in an id="" and you'd get a list of ids from the currently linked stylesheets. Same for classes.
Charles
id and class auto complete
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am
Auto complete for classes works just fine:
Press Ctr-Space while inside quotes: class="|".
A list should pop up. Doesn't it?
Code: Select all
<style type="text/css">
/*<![CDATA[*/
.top {
padding: 1em
}
/*]]>*/
</style>
<div class="">
A list should pop up. Doesn't it?

-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am
Ah ha! Yes, I see. It works when styles are embedded within a style block within the document, but not when stylesheets are linked. It's a really useful feature, but is a bit redundant if it only works for styles embedded in the document. Needs to work with linked stylesheets and ids too for full effect.
Cheers,
Charles
Cheers,
Charles
-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am