0
Automatic Fill-in
Is it possible to get rid of the auto-fill feature that makes an end or beginning duplicate? Thanks.
4 Antworten
+ 3
Timothy Doan Yes those are pairs of tags like as <div></div> They are meant to help you code easier. They are a built in feature of the app.
+ 2
Sololearn wants to help you complete your code. It writes closing tag even if you don't want🤣
No, there is no way to disable it.
You can use other editors. There are many available for both mobile and PC.
+ 2
When the code itself just automatically completes the ending tag (when I write the first tag).
0
Timothy Doan can you please clarify what you are talking about as far as automatic fill-in... you are speaking of something an end or a beginning a duplicate... but tags are not a duplicate if you open with <body> tag you have to close the body with </body> tag as they are block tags.