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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -