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

Support jumping to qualified keyword #275

Closed
liquidz opened this issue Oct 7, 2020 · 1 comment
Closed

Support jumping to qualified keyword #275

liquidz opened this issue Oct 7, 2020 · 1 comment
Labels
enhancement New feature or request next release

Comments

@liquidz
Copy link
Owner

liquidz commented Oct 7, 2020

;; foo.clj
(ns foo)
(something ::bar)

;; baz.clj
(ns baz
  (:require [foo :as f])

::f/bar ;; => jump to `::bar` in foo.clj
@liquidz
Copy link
Owner Author

liquidz commented Oct 18, 2020

Closed by #278

@liquidz liquidz closed this as completed Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next release
Projects
None yet
Development

No branches or pull requests

1 participant