up vote 0 down vote favorite
share [g+] share [fb]

Is there a plugin available for Eclipse that makes URL inside source code clickable? i.e. opens a browser window/tab to the URL.

E.g.

class SomeClass(object):
  """
  http://www.someurl.com/
  """
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Holding down the CTRL whilst hovering over the URL pops a menu open.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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