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 trialRoger Antonell
18,252 Pointsshortcut for make a comment doesnt work in spanish keyword
in other text editors (sublime text 2) it works the shortcut the teacher said, but in workspace of treehouse doesn't work if you have a spanish keyword .
3 Answers
Philipp Schweizer
4,501 PointsThe Ctrl + / hotkey doesn't work on german keyboards aswell.
Rebecca Pflug
1,357 PointsFor German keyboards, try Strg + #. If anyone still has that issue.
Christian Kroul
9,849 PointsWell to make a single line comment just type
//Text
and a multi line comment do
/*
TTAGYW
*/
But with your shortcut, go on to your text editor settings, and there should be a shortcut menu and try there, i
Bára Paulátová
3,583 PointsHi Christian,
I believe that the // is possible in javascript .. not in css .. I might be wrong, still a freshman in coding :) but maybe someone advanced could confirm.
Bára