VS Code turns everything into an html snippet? -
a serious limitation workflow vs code fact while typing html gets turned html tag when pressing tab @ beginning of line.
entering:
alsdjflkasjdfk + tab
leads to:
<alsdjflkasjdfk> </alsdjflkasjdfk>
this problem since want integrate django html snipptes , end not working. know how turn off? rather want defined html snipptes turning one.
try setting:
"emmet.triggerexpansionontab": false
this should disable feature. investigating different flow emmet vscode 1.12: https://github.com/microsoft/vscode/issues/21943
Comments
Post a Comment