-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
Description
The idea here is that if you have a resource being loaded off the classpath (say by clojure.java.io/resource
, but it could also be by something like enlive's deftemplate
) that you should be able to jump to it with a single keystroke.
It's possible that the existing M-.
functionality could be enhanced to do this as long as there's no ambiguity. Perhaps if M-.
is invoked when the point is on a string, it could be interpreted as a classpath lookup? We'd also want it to work on namespaces I think, which would be on symbols, but maybe that's separate.