drewdeponte / sublime_guard

Sublime Text 2 Guard Plugin - helps create a smoother development workflow.
MIT License
175 stars 15 forks source link

Clicking on filepath:lineno should open file to line number #34

Open docwhat opened 12 years ago

docwhat commented 12 years ago

When I get a failure in Guard, I expected to be able to click on the filename:linenumber in the output window to go to the filename and line.

seantanly commented 12 years ago

+1 a great feature to have :)

drewdeponte commented 12 years ago

Do any of you know of any plugins that do this automatically so I might have an example to work from.

whitequark commented 12 years ago

I think that sublime-clang has this feature. Look for ClangGotoImplementation.

dchersey commented 11 years ago

Curious if you had any success with this? I just came across this plugin while looking for exactly this convenience. It's the biggest productivity-hit I find using guard. I might take a whack at it unless you tell me it's either a. done! or b. too hairy