6 ms·
Very very good. However when I have a project with imported namespace (ns project.core (:require [seesaw.core :as s])) then when I write s/ and hit ctrl+sp
by em7 13y ago
Very very good.
However when I have a project with imported namespace
(ns project.core
(:require [seesaw.core :as s]))
then when I write s/ and hit ctrl+space, the autocompletion does not see the stuff defined in that namespace.
Do you plan to add this support to the editor, or it would be too big pain?
- gw 13y agoI'll make a note of this, thank you.