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 symbol resolution with clojure namespace aliasing #1491

Closed
mfikes opened this issue Aug 14, 2016 · 1 comment
Closed

Support symbol resolution with clojure namespace aliasing #1491

mfikes opened this issue Aug 14, 2016 · 1 comment

Comments

@mfikes
Copy link

mfikes commented Aug 14, 2016

If you have ClojureScript code that looks like

(ns foo.core
  (:require [cojure.spec :as s]))

(s/def ::even? (s/and number? even?))

an improvement to Cursive would be smarts to understand clojure -> cljs namespace aliasing logic so that the s/def and s/and, etc. are resolved in the IDE.

@cursive-ide
Copy link
Owner

Yes, this is #1481 I believe.

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

2 participants