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 trialluisgomez7
5,557 PointsPlease recommend a good, free or low-cost Javascript editor.
What's the best free or low-cost (under $20) Javascript editor for learning Javascript on Treehouse?
4 Answers
Steven Parker
231,271 PointsYou don't actually need one, the courses here have built-in "workspace" environments that include editors and web services.
But there are several good free ones, including Microsoft's Visual Studio Code.
Rich Donnellan
Treehouse Moderator 27,696 PointsHey, Luis!
Have you tried Visual Studio Code? It's an Open Source product from Microsoft (whaaaaaaat!!??). It's highly configurable with a plethora of available extensions. All the kool kidz are using it these days; myself included!
Another great option is Atom from GitHub.
luisgomez7
5,557 PointsThanks Steven and Rich. I've downloaded Visual Studio Code and I'm having trouble using it. The help files aren't very helpful. Has somebody written instructions for its use somewhere on the internet?
Steven Parker
231,271 PointsYou might try starting on the courses with the built-in resources. Using an advanced editor like Code will probably be more intuitive when you already know the language you'll be using it with.
Rich Donnellan
Treehouse Moderator 27,696 PointsScotch has some great tutorials. Check out their free lesson:
https://scotch.io/courses/make-visual-studio-code-your-editor/vs-code-basics
Robert Schaap
19,836 PointsThe built in workspace does the trick if you really are blank, otherwise if you're looking for a nice editor try either Brackets or Sublime Text. I couldn't live without Visual Studio Code, but I can definitely imagine that one to be a bit overwhelming at first.