0
How to disable/turn off auto-typing codes?
Every time I am writing code, the application predicts my code and whenever I open a tag, the app is writing the closing type as well. It is frustrating because I want to write another elements inside the tag, yet the app is closing it already. Please help me. Thank you.
3 Antworten
+ 1
Not possible in Code Playground. There may exist an option for that depending on what editor/IDE you use.
It was meant to minimize possibility of unclosed tags actually.
+ 1
No you don't, just place the cursor between the opening & ending tags, and you can type what you want there.
I don't find it to be annoying, helpful instead, cause with that, I don't have as much accidentally unclosed tags anymore.
0
Ok, but this is extremly annoying because I have to delete the closing tag everytime I am typing a new tag :(