Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Konstantin Shabanov
Konstantin Shabanov
3,505 Points

ATOM and EMMET weird behavior. Need an advise or help with that.

Hey guys! It looks like a got some kind of problem with ATOM and I rly need help because it annoys for sure.

So basically, after I installed emmet and tried to use tab commands instead of regular attributtes like <article> or <html> or whatever. It duplicate arrows for the opening tag. For ex. <<div><div> and I don't have any idea how to fix this. If someone got the same problems please help! Can't code with it THANKS!

1 Answer

David Perkins
David Perkins
9,607 Points

You shouldn't have to add an opening < when using Emmet. Just try article+tab and see what it outputs.

Konstantin Shabanov
Konstantin Shabanov
3,505 Points

Thanks David, issue was resolved. I've just started actively using it so still Newbie in Atom :)