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 trialMarquis Kimble
1,868 PointsIs there a code editor for Mac that has a built-in terminal?
There are many code editors for Mac, but there is one that I know of that has a built-in terminal.
2 Answers
Fred Graybeal
6,330 PointsHello, l use Visual Studio Code. Which has a integrated terminal. It also has many other helpful extensions to make writing and debugging code easier. Hope this info helps! Happy coding!
Alexander Davison
65,469 PointsMy two favorite text editors Atom and Sublime Text both allow you to easily install packages that allow you to have a built-in command line. I really like Atom because it supports both a built-in Git interface, a built-in GitHub interface, and built-in terminal! (The terminal, as I mentioned, you must download). Atom also makes it easy to download other packages that can greatly enhance your coding experience, specifically designed for whichever language you enjoy!