Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigate to declaration with namespaced keyword #1470

Closed
mtruyens opened this issue Jul 23, 2016 · 3 comments
Closed

Navigate to declaration with namespaced keyword #1470

mtruyens opened this issue Jul 23, 2016 · 3 comments
Milestone

Comments

@mtruyens
Copy link

Especially since the arrival of Spec, it would be cool if you could press Cmd/Ctrl-B (for Navigate | Declaration) on a namespaced keyword, to go to the correct location in the namespace where the keyword was declared.

@cursive-ide
Copy link
Owner

Yes, this has only really made sense since spec, since previously keywords weren't actually declared anywhere. See #1439 for a related idea.

@danielcompton
Copy link
Collaborator

Also relates to #1549.

@cursive-ide
Copy link
Owner

In the next build, this is fixed for the following cases:

clojure.spec/def
clojure.spec.alpha/def
cljs.spec/def
cljs.spec.alpha/def
re-frame.core/reg-sub
re-frame.core/reg-sub-raw
re-frame.core/reg-fx
re-frame.core/reg-cofx
re-frame.core/reg-event-db 
re-frame.core/reg-event-fx 
re-frame.core/reg-event-ctx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants