Often when writing CSS I have to repeat #idnames and .classnames again and again, because I tend to write like this:
#myelement {}
#myelement .inner {}
#myelement .inner .subdiv {}
#myelement .inner .subdiv ul li {}
#myelement .inner .subdiv ul li a {}
#myelement .inner .subdiv ul li a:hover {}
Is there a code completion for already used id's and classes in the CSS CodeView in Dreamweaver?
I know the HTML Codeview give you hints for id's and classes from the CSS, but I want hints for id's and classes inside the CSS View.
I know this from Aptana and it is really handy so I've just wondered.
Thanks for answers.
Pete