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 trialDavronbek Madaminov
Courses Plus Student 7,935 Pointstwo tags are not showing automtically
When I work with "brackets" text editor, it automatically shows the closing tag. For example, If I put <html>, the next "</html>" closing code automatically comes in brackets text editor. But in Atom, this is not happening. Is it possible to edit this thing in Atom?
3 Answers
Raluca Dumitru
14,937 PointsIf you go to the welcome guide in your atom editor, scroll down to install a package and then search for autoclose-html package.I can't remember which package I've installed when I first downloaded atom, but if you google search for atom packages ,you can find and install a lot of cool features.
Davronbek Madaminov
Courses Plus Student 7,935 PointsThank you very much. Solved
micram1001
33,833 PointsThanks, great tip on the autoclose-html package.