Emmet and PHPStorm 8 Follow
I am using phpstorm8 and Emmet. I have enabled the XML and CSS support in preferences.
I am trying to use "wrap with abbreviation" which should execute selecting some text and using "command-shift-a"
Then ul>li*
When I do this it takes me to the plugins preferences page. I have googled but keep going in circles. Is this not a feature supported in PHPStorm?
I have successfully used this feature in Coda 2.
Attachment(s):
emmet.tiff
Please sign in to leave a comment.
Hi there,
"Code | Surround with... | Emmet" allows you to execute emmet actions on selected text.
To just expand emmet abbreviation/sequence use Tab.
P.S.
Please do not use *.tiff images -- neither my Firefox or Chrome can read it (I'm on Windows). Try sticking to jpeg/png/gif
Sorry. I had done a screen grab and uploaded the wrong file. Thank you for this answer. When I use Code>Surround With and choose Emmet I enter
ul>li*
I get
Attachment(s):
screenshot.jpg
No idea (PhpStorm v8.0.2 EAP)


BEFORE:
AFTER:
P.S.
http://stackoverflow.com/a/24304889/783119
Is there perhaps a setting in my preferences?
Disable "Escape" and "Single Line" filters (in settings -- on your screenshot)
Since you are the one who have enabled them (they were always off for me .. unless default settings have changed over time) I supposed you should know what they do, right?
(P.S. I have no clue if those filters should only apply to "normal" expand abbreviation (where you have some control).. or should they also work in operations with selected text as above)
That did it! Thank you! Thank you!