In Visual Studio, you can ctrl-click on URL's in source code and it will open in the browser.
It would be nice to have this in D code aswell.
I often find myself trying to do it and then wonder why it's not working... then I realise it's a .d file, and it seems to be a language feature rather than a text editor feature.
Comment #1 by r.sagitario — 2014-03-02T08:30:26Z
I had to google it, but it is actually an IDE feature. Just enable "Single-Click URL navigation" in Tools->Options->Text-Editor->D->General.