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 HTML Basics Going Further with HTML Working on a Website Project Locally

Karleta Peterson
Karleta Peterson
1,364 Points

Is there a recommended text editor for Chromebooks? How would I save a file locally on a Chromebook?

I have a Samsung chromebook, which makes downloading certain text editors and even downloading this workspace, a bit confusing. Does anyone have a suggestion on how to get around this? I know I will probably have to get a different computer at some point, but looking for a more immediate solution for now.

Thanks!

Riki Tiilikainen
Riki Tiilikainen
4,042 Points

I’ve been using Brackets & Sublime, then set-up MAMP to test code locally. Found Brackets better for HTML and Sublime better for PHP.

3 Answers

Steven Parker
Steven Parker
229,744 Points

Apparently you can install VS Code on Chromebooks, and there are some YouTube videos available to show you how.

But since workspaces are web-based, wouldn't they work just as well on any platform?

Fran ADP
Fran ADP
6,304 Points

VS CODE is pretty good, I recommend it.

Karleta Peterson
Karleta Peterson
1,364 Points

Thanks to you both!

The workspaces have been great, but I was looking for another text editor to start working on my own projects on the side while doing Treehouse videos. I ended up downloading Carat for my chromebook which has been great so far, but also read great things about VS code. Thanks for the suggestion!

Steven Parker
Steven Parker
229,744 Points

You can always create a fresh blank workspace and use it for anything you'd like.

Glad I could help, and happy coding!