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

General Discussion

No more workspaces available

100 workspaces are available per account, what can I do to follow along? I don't want to delete any previous workspace. What can I do ?

3 Answers

Hi Abdullah! Sadly you have to delete workspaces if you already reached 100 and want to go on... but if you don't want to you can install a text editor on your pc/mac and follow along in your own text editor instead of the provided by treehouse, like sublime text, bracket or notepad++...

Hope you find this useful, cheers!

Hey Julian Aramburu , I already have sublime text but I heard about it that it doesn't auto complete and also I hear that it doesn't support server-side languages like Ruby and PHP. Thanks

Hey Abdullah,

Your only option is download some of your workspace files to save on your local computer, and than delete the workspace.

The information you heard about Sublime is wrong. Sublime does support auto-complete, and on top of that there are literally hundreds of Sublime plugins that will add extended functionality, and with that probably hundreds more setting options to really customize Sublime exactly how you want it. It takes a little bit of knowing what you're doing to customize it, but once you learn it, its easy.

Also, sublime is just a text editor, so it easily supports coding in Ruby, PHP, Python, Node, Java, etc. You can code in whatever language you want. You have to set up your localhost server to see your website you've coded in those languages.

Here is sublime's package control. You an see everything you could install on Sublime https://packagecontrol.io/

Thanks Kevin Korte that was really helpful but can you recommend me some plugins and where to download them. Thanks

Sure, currently these are the packages I'm using

You get / download packages right from package control. You can do that from within Sublime. Its a bit more than a forum answer to explain, so google it if you get stuck, but in general, start here: https://packagecontrol.io/installation

Find the package you want on Package Control, and than install it using these steps : https://packagecontrol.io/docs/usage

Thanks alot Kevin Korte this will help me alot.

Great answers Kevin Korte!!!