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 trialRoutine Poutine
26,050 PointsIs there a cheatsheet on Treehouse for most used short-cuts?
Hi,
I would like to learn all of the short-cuts that developers use regularly. In particular, I missed the one on how to make a tag close without having to type the entire thing out. Is it actually better to just learn the entire thing, since eventually all short-cuts will be valuable in one's workflow?
Best,
Matt
2 Answers
Dane Parchment
Treehouse Moderator 11,077 PointsI am not sure if Treehouse provides a cheatsheet for keyboard shortcuts. However, it would be dependent on the text-editor or IDE that you are using to code. So you can probably find a cheatsheet for your specific editor. For example if you are using Visual Studio Code, the cheatsheet for that is here: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
Routine Poutine
26,050 PointsThanks!