Bug Fix
-
Love this plugin. Just a have a bug fix suggestion:
Am hoping you can fix this on the next update:
For those of us who like to format css in a nested fashion like this:.foo { width:100px; height:100px; }
there is an annoyance where we constantly have to reformat the spacing:
After you type:.foo { width:100px;
and hitting return, the cursor is placed two spaces ahead of where it should be.
Then after hitting backspace/delete, the cursor is placed at the beginning of the line.
After hitting space twice to get the cursor to where it should be, and after typing:height:100px;
and hitting return, the cursor is placed again two spaces ahead of where it should be.
Then after hitting backspace/delete again, the cursor is placed at the beginning of the line again, but when you type:}
the curly brace is placed two spaces ahead again:
.foo { width:100px; height:100px; }
So finally you have to hit backspace/delete again.
So it ends up being a lot of extra work to get it formatted this way. I know you can reformat it all when you’re completely finished, but you end up with a mess while you’re actually editing the code…
Thanks for all your hard work on this!
- The topic ‘Bug Fix’ is closed to new replies.