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.
Tabitha Goodwin
1,784 PointsStarting a JavaScript file
I am using Sublime as my text editor. I am brand new to programming. Please tell me how to open up a file in sublime using Chrome? thanks!
3 Answers

Jeremy Germenis
29,854 PointsIn chrome you can go to file -> open or you can drag and drop the file into the browser window. Or here is a plugin for setting up a local preview: https://github.com/Nijikokun/Prevu

Taylor Weeks
4,009 PointsAlternatively, if you save the file as .html, you can open the file using your preferred browser.
Tabitha Goodwin
1,784 PointsThanks Taylor!
Tabitha Goodwin
1,784 PointsTabitha Goodwin
1,784 PointsThanks Jeremy!