Emmet Not Working Since Upgrade since Storm 2020.3
I have installed the emmet plugin.
However,
when you enter an emmet code, say "form:get" and hit enter you receive <form:get></form:get>
This is completely incorrect. The emmet docs state you should get: <form action="" method="get"></form>
what is wrong?
Thanks!
请先登录再写评论。
Hi there,
1. Which "Emmet plugin"? Emmet support is bundled with PhpStorm and you do not need anything extra.
2. It works fine here (tried in plain .html file). The result of expanding:
Your "<form:get></form:get>" sounds like you have it in some JSX or alike context (I'm not a JS person so cannot say how it works there)...
thanks for your rapid reply.
I have activated the JetBrains PHPStorm Emmet plugin.
I have tried it again in a clean HTML file and am getting the same result. I enter form:get and hit tab.
I created a 5 second video for you to see here: https://youtu.be/bdZ44_Zwhj0
thanks for looking at this!
>I have activated the JetBrains PHPStorm Emmet plugin.
There is no Emmet plugin from JetBrains. Emmet support is built-in.
Here how it works for me (in a plain .html file, HTML5, the file is part of the project): https://recordit.co/n6frmdCP6h
Check your Emmet settings (post screenshots) -- maybe it will show up something...
Since you have mentioned installing plugins: please disable all custom (not bundled by default) plugins, restart IDE and try again. Any difference?
Thanks for that. I think this is where the confusion lies. When you go to plugins you see the below. So how do I remove this plugin? Thanks !!
Go to "Installed" tab, locate that plugin there and use "Uninstall". IDE restart might be required after that.
I don't get it. I am still getting the same result as before ie <form:get></form:get>
I deleted the plugin. Then I checked that the Emmet check box was clicked as you gave. And I restarted PHPStorm. ie not the whole laptop.
Any more ideas??
thanks!
1. Please disable ALL custom plugins and restart IDE. That's in case if some another affects this as well.
2. If nothing -- please try "File | Manage IDE Settings | Restore Default Settings..."
Right now I do not have any better ideas based on the info you have provided so far (and I'm not really sure what else it might be right now).
P.S. But check this: focus that file in the Project View; then invoke "View | Quick Documentation" -- what file type IDE shows?
Yeah !! I Restore to Default Settings. It now works correctly,
Thanks !