spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-07-03T14:44:43.040Z

Does anyone get filepath completion in clojure mode for things no the classpath? i want to be able to have auto discover and complete in these situations

(-> "resources" io/file .isDirectory)
;; => true

  (utils/load-edn "resources/*")
where my cursor is on the * it should show me the files in resources when i hit tab.

2020-07-05T15:46:57.048800Z

M-/ does work. Thats great thanks

practicalli-john 2020-07-03T17:10:41.040100Z

Does M-/ work, instead of TAB ?? That might only use paths already used (and stored in Spacemacs cache some where, but just guessing) I've noticed file popups before when using http://clojure.java.io/resource in some of the data science projects, but wasnt paying enough attention, sorry.