Problem writing HTML/twig - it won't let me write the closing bracket w.o. a space (5.0.3)
I've run into a problem/bug when trying to write a twig template. It won't let me write the closing bracket ('>') of an HTML tag unless there's a space proceeding it. It literally won't recognize/render the keystrokes. So, something like:
<html>
won't work. It will simply be written as:
<html
This happens for all tags. If I add a space, the closing bracket will be recognized:
<html >
I can then erase the space, but that quickly gets annoying.
I've looked through the HTML and twig settings, but nothing stands out as the culprit. Any ideas?
Running PhpStorm on Linux Mint 12
Please sign in to leave a comment.
Apologies for the double post.