Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

jamescool
44,592 Pointsautocomplete
What plugin is being used that gives Sublime Text the autocomplete feature (for example, when Guil types "<div>" and the closing tag is automatically generated)?
3 Answers

Tony Luo
14,224 PointsHe is probably using Emmet: https://github.com/sergeche/emmet-sublime#readme, and it does a lot more than that :)

Erik Krieg
43,038 PointsI believe that is default Sublime text, assuming you are working in an HTML or PHP file or that you are viewing your file as if it is.
Writing a tag should show you potential html, which you can tab to complete. On Windows you can also press "ALT + ." to complete the closing tag.

jamescool
44,592 PointsYeah, I've got Emmet installed so I guess it could either be that, or the default functionality of Sublime Text. It's very strange that I've gotten this far without utilizing intellisense at all for auto-completing HTML tags. I guess this time, once I noticed it, he was so quick about it that I didn't realize what he was doing. thanks, guys!