Martin Kool
Martin Kool

Reputation: 4245

Firefox addon to open source file(s) in your favorite IDE

While developing a web application in Visual Studio, I want to be able to quickly open a source file (an xsl, a js, etc, not the "view source" result) in Visual Studio. My idea is to:

I am pretty sure that this can be achieved using a combination of http headers, firebug and launchy. But I was wondering if anyone knows of an existing/easier way of achieving this?

Upvotes: 0

Views: 196

Answers (1)

vartec
vartec

Reputation: 134581

For example Zend Studio toolbar.

Upvotes: 1

Related Questions