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

CSS CSS Basics (2014) Basic Selectors CSS Comments

shortcut 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

The Ctrl + / hotkey doesn't work on german keyboards aswell.

For German keyboards, try Strg + #. If anyone still has that issue.

Well 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

Hi 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