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

CSS Framework Basics Prototyping with Bootstrap Building Modal Windows and Forms

autocomplete

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
Tony Luo
14,224 Points

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

I 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.

Yeah, 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!