[SOLVED] Webstorm doesn't remember spaces(tabs) on empty lines after minimizing Follow
1. Create opening and closing tags, eg: <header></header>
2. Click enter so you get
<header>
|
</header>
where "|" is the caret
3. Put the caret somewhere else in text. At this point you'll see the spaces in the beginning of the line like so:
<header>
..
</header>
4. Press alt-tab. Press it again. No spaces anymore. So if you place cursor in this line the caret will be in the beginning of the line without indentation, like so:
<header>
|
</header>
It's a little annoying. Sometimes i like to create a structure of the document and then fill it with content. And i'm learning HTML so i have to ALT-TAB very often to keep up with the lessons.
Is there anything i can do about it?
Please sign in to leave a comment.
Hi Leonid,
Choose whatever better suits you:
Thank you, Andriy!
I set "Strip trailing spaces on Save" to "None" and the problem is solved :)
Great!
Check out Live Edit plugin -- it may help minimizing AltTabbing for you (works with Chrome browser)
http://blog.jetbrains.com/webide/2012/08/liveedit-plugin-features-in-detail/
Thank you again :) !!!