I'm referring to previous version and I'm used to use it this way ``` <?php echo 'div.test|'; ?> ``` should became this, when I press [TAB] ``` <?php echo '<div class="test">|</div>'; ?> ``` Yes, I know I can use [Ctrl+E], but why not [TAB]? Previously it worked
I'm referring to previous version and I'm used to use it this way
should became this, when I press [TAB]
Yes, I know I can use [Ctrl+E], but why not [TAB]? Previously it worked