Saturday, October 18, 2008

Instant docs for Java SDK

Here's a neat way of getting instant documentation on core java API:

  • Get SlickRun
  • Add a rule that launches your browser (for example "j" to launches Firefox)
  • Set the "Parameters" field to this:
    http://google.ca/search?q=java+$W$&btnI=I%27m+Feeling+Lucky
  • Call SlickRun via WindowsKey+Q, type "j thread", or "j comparable", or whatever.
  • Works for all the classes I've tried so far :)

No comments:

Post a Comment