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

Development Tools

Workspaces Question

This might seem like a dumb question, but I was wondering if its possible to use workspaces without a subscription. If not, what's a good replacement software for workspaces that includes a lot of the features such as, auto complete, drag and drop, and having all the files in one area in the application?

2 Answers

Stephen Gentry

Workspaces is good to follow along with the videos if you are completely new to programming and not familiar with an text editor.

In order to write your own code you will need to use an text editor tool, might as well start sooner rather than later.

You will get multiple opinions on which editor to use so here are my favorites. Majority editors will have auto-complete and drag and drop functionality

Sublime Text 2(all OS) Notepad++ Brackets WebStorm(this one cost and will be useful when you feel you are more advanced)

Good Luck!

Thanks for the help!