Clickable URL embedded in code
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/
"""
Holding down the CTRL whilst hovering over the URL pops a menu open.
精彩评论