Closed janhancic closed 10 years ago
I use vi and am unfamiliar with ST, but if someone else could make a plugin that would be great!
Here you go. You can install it with package control: https://sublime.wbond.net/packages/Grasp. It's not feature complete, but it at least searches. Feel free to contribute/raise issues/etc.
Amazing! You sir are a gentleman and a scholar!
To get it working in Sublime Text 3, I found I need to change path.join
to path.resolve
in grasp's index.js, and remove the , shell=True
from the plugin's grasp.py. (And add a setenv PATH …
line to my /etc/launchd.conf. Oh, OS X.)
@bwinton please open an issue here: https://github.com/joneshf/sublime-grasp
This issue can probably be closed.
Any plans to create a ST (preferably 3) plugin for this? I'd do it myself but I don't know Python at all, let alone how to write a plugin for sublime :)