One question, though. In your post, you're listing this fix:
Fixed: CSS brace auto complete now creates proper indent when constraint-cursor-to-text enabled
Are you referring to this bug?
Just wanted to make sure, because if you are, the bug still exists with the difference that the property is being indented on the next line.
It looks like this now:
<pre>.className{
...
white-space: nowrap;
wid
width: ;
. className2{
...
}</pre>
If you are referring to a different bug, never mind this post.
Thanks!