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 trialAnthony Yu
2,438 PointsWhere can I find a text editor that is like workspace? I tried using textedit of Mac but it's nowhere near workspace.
Where can I find a text editor that is like workspace? I tried using textedit of Mac but it's nowhere near workspace.
7 Answers
Jason Anders
Treehouse Moderator 145,860 PointsI used Sublime Text 2 for the longest time, but recently began using Atom. Both are great. Both have pros and cons. For me, I just found Atom was more customizable. Brackets is good too. So, really, it kind of just comes down to personal preference. :)
And Steven Parker, I've got to give you some praise for Vim. I've tried learning/using it, but man is that one heck of a learning curve. Maybe one day I'll tackle it again. :)
Steven Parker
231,198 PointsBack when I learned Vim's predecessor, Vi, the only other serious choice was Emacs.
If you want to give it another try, have you seen Vim Adventures? It's a hoot. And Treehouse now has a Harnessing the Power of Vim workshop (taught by a guy who uses it while typing on a Dvorak keyboard!).
Adam Mould
6,292 PointsAlongside VIM and Brackets (as suggested by Steven), Sublime Text is a popular text editor used by a lot of developers. It has a lot of extra packages you can install to customise your IDE to your preferences.
I'd also like to suggest Atom as another powerful text editor. I've not used it personally but have heard a lot of good things about it from colleagues.
David Dong
5,593 PointsLike Jason said,
Atom.io is basically a new version of Sublime Text. I've been using it for a long time and it's served me well :)
Here's a link to download: Atom
robin riley
538 Pointstext wrangler, via app store
Anthony Yu
2,438 PointsAmazing, thanks guys
Alvin Webb
3,511 PointsHere a list I used current being the first.
- brackets (Mac)
- text wrangler (Mac)
- Sublime text 3 (Mac/Windows)
- Coda (Mac)
- Notepad++ (Windows)
- Dreamweaver (Mac/Windows) ** Little expensive when you have free.
- Sites with IDE
- nitrous.io (Paid) Does not work well with iOS or android devices.
- https://c9.io (Free wit limits/Paid) Does not work well with iOS or Android devices.
- https://codeanywhere.com (One I head of but not tried).
What you might be more interested in would be a site that offers IDE support. This gives you a online playground which allows you to be someone in a way mobile.