This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-20
Channels
- # announcements (2)
- # babashka (1)
- # bangalore-clj (1)
- # beginners (5)
- # cider (16)
- # clojure (125)
- # clojure-spec (3)
- # clojure-uk (5)
- # clojurescript (27)
- # cursive (46)
- # data-science (3)
- # dirac (2)
- # emacs (11)
- # fulcro (2)
- # graphql (4)
- # luminus (2)
- # nrepl (1)
- # pathom (15)
- # re-frame (1)
- # reagent (52)
- # shadow-cljs (149)
- # sql (11)
- # tools-deps (11)
- # xtdb (14)
Does anyone have a good workflow for autocompleting file names relative to the project root folder?
I use company-files
but it only suggests paths relative to the current file, which is not how things work in Clojure
Yeah I tried for a bit and gave up, just found it strange that there isn't an existing solution for this 😕
I use ivy and projectile, and there’s a command to choose a file in the project with ivy. I can copy the path of some file I find this way, and that’s how I’ve accomplished this in the past.
I’m not at my laptop atm, but if you look through the ivy docs, you’re looking for one of the minibuffer commands.