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 trialnicole hogeland
1,044 PointsThe workspace inside of treehouse is this similar to an outside software like dreamweaver, etc...?
Hello! I am wondering if the workspace inside of treehouse is similar to any of the outside software like dreamweaver? Just wondering what the software is most similar to so when i venture outside of treehouse i can easily adapt to another workspace.
2 Answers
Kevin Korte
28,149 PointsWorkspace is an IDE, or Internet Development Environment. In short of it provides the text editor, and web server in one convenient package. Most similar to it is would be a service like Cloud 9.
However, there is nothing wrong, and it's still most common I think, to just use a text editor like Atom or Sublime, and install the languages/web server you need for your project on your computer. That's what I almost always do.
Alex Gwartney
13,256 Pointslike Kevin mentioned go with something like atom or sublime i use sublime personally and its defiantly worth it. But there a load of different editors out there what i a suggest is just do a google search on the popular editors that are being used and play around with them to see what one you like the most.