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 trialTill Kuhnle
12,481 PointsIs there a shortcut for jumping between editor and console in the workspace environment?
In the Workspace environment i open for this course, there is the possibility to run the php code in the console which came pretty handy. But i always need to click with my mouse to jump from editor into the console and backwards. Is there a shortcut for doing that? I guess not because it is not shown in the menu. But it would be very handy to experiment with.
Thanks in advance!
3 Answers
Alexander Davison
65,469 PointsSadly, I don't think that's possible yet on Treehouse. That might be a great feature Treehouse should add!
~Alex
Till Kuhnle
12,481 PointsFor those who might not know: with "ctrl + l" you can clear the console. With "cursorUp" you can slide through your last commands. The console is pretty nice for beginners to experiment with code.
A shortcut to switch between code and console would make it perfect.
geoffrey
28,736 PointsYou can clear the console by typing the clear command as well.
Emil Pesaxov
3,684 PointsHi, I would actually suggest using an outside source IDE such as NetBeans or VS Code. It is a good practice to learn and control an IDE for a future job. You can then view your code and the output by just refreshing the browser.