Showing posts with label documentation. Show all posts
Showing posts with label documentation. Show all posts

20 May 2014

How to setup documentation for groovy in Netbeans 8

Solution for Netbeans 8.x ,Groovy 2.x (It will likely works with other version too)
Are you trying setup groovy documentation for Netbeans but you see this message:
"No groovy documentation found"
Well, this is how to do it correctly:
How add groovy documentation to Netbeans ?
  1. Download Groovy documentation  from codehouse.org page (http://groovy.codehaus.org/Download) (if you download groovy as bundle,they you are ready have in installation 
  2. Unzip to place where you keep documentation offline
  3. Go to documentation folder and select groovy-2.x.x\html
Done. :)

21 April 2012

Useful shortcut : Show documentation of highlighted item (method,class and etc.) in IntelliJ IDEA


One of the must have feature in any good IDE is a show documentation of highlighted  item.
Netbeans and Eclipse always display that automatically,but in Intellij IDEA you need press.... crtl + q, to see it.

It is quite uncomfortable, that you need press something instead of see it,but it is ok.