Spaces between comment open and close blocks, and inner text, in HTML or Twig files
When I Cmd+/ a line in HTML or Twig, it mashes the inner text against the opening and closing tags:
`{#Here's text I want to comment out for now.#}`
I find that a bit hard to read, and I prefer it spaced like this:
`{# Here's text I want to comment out for now #}`
I'm not seeing how to do this.
Please sign in to leave a comment.
That's a known problem: https://youtrack.jetbrains.com/issue/WI-45292. It's not possible to configure this currently, sorry.
Please vote for it in order to increase its priority & get notified about its updates.