I use Emmet quite a bit and I use a number of JetBrains products--WebStorm, PHPStorm, and PyCharm.
I frequently run into a problem when I have too long of an Emmet string, particularly one with spaces, the IDE fails to recognize that it's Emmet and won't expand when I hit the expand shortcut (in my case, Tab).
I'm looking for the following functionality: Take the current selection (or line, if no selection) and expand using Emmet.
Is there a built-in shortcut that I'm missing that does this? If not, how can I write a macro to do this? I can't find any "expand selection using Emmet" command.