Reputation: 21
When using Atom autocomplete, it adds an additional <.
Example <div (then I hit tab to use auto complete) generates
<<div class="">
</div>
I've searched around but sadly cannot find anything about atom adding extra characters. I'm sure this is something super simple and I am overlooking it... please let me know, thanks!
Upvotes: 1
Views: 60
Reputation: 21
I found this by trial and error... but basically, instead of typing <html and then auto completing just type html and then autocomplete.
Another example, instead of typing <p and auto completing, just type p
Thanks everyone
Upvotes: 1