-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is this expected behavior? #25
Comments
Cljs-tooling I think relies on load-file having been run, not evaling the ns form on its own over the repl, did you give that a try? |
I don't know how that is done?
…On Tue, May 8, 2018 at 6:54 PM, Gary Trakhman ***@***.***> wrote:
Cljs-tooling I think relies on load-file having been run, not evaling the
ns form on its own over the repl, did you give that a try?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aii--tR6ezMrgUmayHtt8VMylnXPeDZfks5twaqwgaJpZM4T2u8s>
.
|
Try cider-load-file, I think it's C-c C-k? |
I did, it fixed the documentation lookup, but auto-completion still doesn't
work.
…On Tue, May 8, 2018 at 11:11 PM, Gary Trakhman ***@***.***> wrote:
Try cider-load-file, I think it's C-c C-k?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aii--v0F0RD0H3vzlKwX9rxrgP89Fhnhks5twebSgaJpZM4T2u8s>
.
|
autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Putting the caret at
|
:And pressing
tab
returns no completions. The ns form is loaded. Is this expected behavior? Default clojure.core things do auto-complete (likemap
).The text was updated successfully, but these errors were encountered: