Setting for single quote not double quote for HTML attributes?
If I type
<foo foo=
Pycharm will automatically move the focus inside double quotes:
<foo foo="|"
Is there a setting somewhere that lets me get single quote instead?
<foo foo='|'
<foo foo=
Pycharm will automatically move the focus inside double quotes:
<foo foo="|"
Is there a setting somewhere that lets me get single quote instead?
<foo foo='|'
Please sign in to leave a comment.