Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

In Chrome's dev tools, add a new CSS property to an element. Add vertical-align as the property. Press tab to start typing the value.

It's at this stage that I really wish I could see a list of all possible values for vertical-align. I feel like I just don't know the trick, because if you press T for example, you'll get a list of text-top, text-bottom, & top.

How do I get that autocomplete list when I've entered no text yet?

share|improve this question
why didn't you ask at Stack Overflow? – gnat Apr 15 at 8:52
1  
@gnat because they're really anal about strictly programming related questions. I find that anything IDE or tools related gets punted over here. – AK01 Apr 15 at 15:22

1 Answer

up vote 1 down vote accepted

When the field is in focus, press Ctrl+Space

share|improve this answer
nice! ......... – AK01 Apr 15 at 15:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.