views:

17

answers:

1

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/
  """
+2  A: 

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

jldupont