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

Java Local Development Environments Advanced Tooling Teamwork

On my Linux system F1 does not work!

I put my cursor on render as in "tmpl.render" type F1 and a page about the editor https://www.jetbrains.com/help/idea/2016.2/intellij-idea-editor.html?utm_source=from_product&utm_medium=help_link&utm_campaign=__PACKAGE_CODE__&utm_content=2016.2.4

comes up in my default browser!

2 Answers

Diego Camacho
Diego Camacho
9,332 Points

Hi,

Try this, put the cursor on render and then press (CTRL + Q).

If doesn't work you can see the keymaps to do it on View menu -> Quick Documentation.

Diego,

CTRL-Q worked for me on my Windows 10 PC environment, while F1 and Shift-F1 both did not. Interestingly, though, Shift-F10 works just fine for compiling (if necessary) and running my program.

Thanks!

However I was able to get shift-F1 to work, but only after I followed this advise on stack overflow! http://stackoverflow.com/questions/8587522/how-to-view-jdk-external-documentation-in-intellij-idea#8589892

Glad you figured it out, Google and Stackoverflow are a programmer's best friend. ;p