Navigation confused by namespace aliases
If I have something like:
(ns org.example.ants)
(def dim 7)
(ns user :require [org.example.ants :as ant])
(let [works org.example.ants/dim, doesnt-work ant/dim])
Using ctrl-click or ctrl-b work on the fully qualified dim, but not the dim using the alias.
请先登录再写评论。
Hello, Aaron.
Seems like an issue of :as alias usage, which is noty implemented yet.
I've created a ticket in our JIRA (http://www.jetbrains.net/jira/browse/CLJ-30). Thanks.
With best regards,
Ilya