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

PHP Laravel 4 Basics Getting Started with Laravel Laravel Folder Structure

Anthony Giuliano
Anthony Giuliano
9,569 Points

Coda 2

I noticed Hampton open files and directories in his text editor from the terminal with the command 'subl'. I prefer a different text editor, is there a similar command I can use for Coda 2?

5 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Anthony,

You can download the Coda 2 CLI plugin from http://panic.com/coda/d/Coda%20CLI%201.0.pkg

Why shouldn't you switch to atom text editor its fast free and its from github make sure give a try

Anthony Giuliano
Anthony Giuliano
9,569 Points

I'd be open to trying it, but I really like Coda. In any event, what's the terminal command to open a file in Atom?

atom filename

Anthony Giuliano
Anthony Giuliano
9,569 Points

Cool yea I just found this one, http://justinhileman.info/coda-cli/, looks like the same thing. Thanks again!

ds1291
ds1291
3,398 Points

Hello, Does anyone know how to split the screen so you can see the html on the left, the screen preview in the middle, and your css on the right side? As of now everytime I change the window they both change.

Thanks