Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete in nrepl for javascript libraries doesn't work #834

Closed
markokocic opened this issue Jan 28, 2021 · 1 comment
Closed

Autocomplete in nrepl for javascript libraries doesn't work #834

markokocic opened this issue Jan 28, 2021 · 1 comment

Comments

@markokocic
Copy link

When I start and connect to nrepl from shadow-cljs my IDE (tried in Emacs/Cider, Cursive) is able to provide autocomplete for all Clojure or Clojurescript dependencies declared in shadow-cljs.edn or deps.edn configuration file.

However, autocomplete doesn't work for JavaScript dependencies managed by npm. I'm able to require and call them, but no autocomplete.

I'm not sure if this is due to shadow-cljs managing Clojure and JavaScript dependencies differently, or it's nrepl not being able to see them.

@thheller
Copy link
Owner

shadow-cljs does not provide anything related to autocomplete and this is entirely provided by the nrepl middleware.

As far as I know they all don't support autocomplete for npm dependencies. I'm not planning on adding autocomplete support to shadow-cljs directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants