
Hello Hedley, Thank you for your suggestions. We will consider these improvements for the auto-completion of the CSS editor. Regards, Sorin Hedley Finger wrote:
It would be nice, when typing in a class declaration, if the CSS editor completed an empty class body with a } (right brace} on typing the { (left brace), and left the cursor indented on the empty second line, e.g.
.aClass { | // This is the indented cursor }
OR, if the option were set in Preferences,
.aClass { | }
Same with comments; typing "/* " (note space) produces an inline comment
some text here /* | */ some more text
If you typed "/** " on a new line (or if indented, only preceded by whitespace), this would produce a block comment body,
/** * | */
It would also be nice, that if you pressed Enter in a block comment, the * (asterisk) were inserted automatically,
/** * Some comment text * | */
Regards, Hedley