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 #js forms #11

Open
mauricioszabo opened this issue Jan 30, 2020 · 1 comment
Open

Autocomplete #js forms #11

mauricioszabo opened this issue Jan 30, 2020 · 1 comment

Comments

@mauricioszabo
Copy link

mauricioszabo commented Jan 30, 2020

Currently, suitable can't auto-complete local vars like:

(let [d js/document]
  (.. d (queryS....)))

Because it only sends (suitable.js-introspection/property-names-and-types d "queryS") to the REPL.

It also can't understand the following form:

(.. #js [1 2 3] -leng)

It sends something like (suitable.js-introspection/property-names-and-types clojure.lang.TaggedLiteral@291df69f "leng")

@vemv vemv changed the title Autocomplete for local vars and #js forms Autocomplete #js forms Nov 2, 2023
@vemv
Copy link
Member

vemv commented Nov 2, 2023

For the record, locals were later added in clojure-emacs/cider-nrepl#767

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