gregsh / Clojure-Kit

Clojure/ClojureScript plugin for IntelliJ-based IDEs
Other
248 stars 21 forks source link

unable to resolve nested symbol #33

Closed gongpengjun closed 4 years ago

gongpengjun commented 4 years ago

What is the problem?

(:require [snitch.corelib [utils :as u]]) can't be recognized, it reports unable to resolve 'utils' But (:require [snitch.corelib.utils :as u]) can be recognized very well

Bug screeshot:

bug_example

Good screeshot:

works_example

What's the software config?

IntelliJ IDEA

IntelliJ IDEA 2019.3.4 (Community Edition)
Build #IC-193.6911.18, built on March 17, 2020
Runtime version: 11.0.6+8-b520.43 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.2

Clojure-Kit

Clojure-Kit Version 2019.3.1 Nov 27, 2019
gregsh commented 4 years ago

Fixed, thanks