Lydon Ch
Lydon Ch

Reputation: 8815

Eclipse overview web/image browser

Say I have this block of comment in my class1.java (or .js or whatever) and I am using Eclipse to edit it

// bla comment comment
// screenshot at http://cdn.sstatic.net/stackoverflow/img/sprites.png

Is there a plugin that enables me to hover over the URL and launch an overview web browser on top of my editor ?

Upvotes: 0

Views: 107

Answers (1)

Adam Rofer
Adam Rofer

Reputation: 6521

Hold down the CTRL key and click on it - you'll find Eclipse has that functionality built right in!

Upvotes: 1

Related Questions