Fork me on GitHub
#spacemacs
<
2021-07-19
>
filter-map-reduce22:07:36

Hi, would anyone have an idea why spacemacs offers path intellisense when I write Python scripts for instance, but not when I write Clojure (having connected to the REPL with CIDER)? It doesn't seem to autocomplete file paths when writing Clojure code. Many thanks in advance

practicalli-johnny09:07:16

Do you have an example piece of code that you would expect to have file path completion? I have had path completion at times when doing Clojure code. Not something I really look for though.

West09:07:42

Show us your config. I’ve been able to complete paths within the classpath.

practicalli-johnny13:07:57

@U026662D8R3 I appreciate this is of little help, but it seems to work for me

practicalli-johnny13:07:38

Typically is a package that needs updating or possibly a change to a package that needs a fix from the Spacemacs repository

practicalli-johnny13:07:29

It could be LSP doing this, although I have a feeling this worked before LSP

filter-map-reduce15:07:38

Many thanks for your suggestions. I've set up Vim with Iced (I'm more comfortable with Vim) for now.