I created a simple live template called href
:
<a href="$href$">$text$</a>$END$
Order is $text$
then $href$
but after filling in the $text$
variable and pressing TAB instead of jumping to $href$
it instead creates an html tag. For example when I type "menu" then TAB:
<a href=""><menu></menu></a>
Is there a way to turn off the tag creation part while in a live template in Pycharm Community Ed?