-
Notifications
You must be signed in to change notification settings - Fork 177
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
Completion of some Java packages/classes does not work on Windows. #708
Comments
Excellent report, thanks! |
@peterwang: Release soon! |
Wow! Thanks! Can't wait to try the new release. |
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cause of the issue is in its dependency:
cider.nrepl.inlined-deps.compliment.v0v3v11.compliment.utils/classes-on-classpath
It would be fixed upon the accept of the PR:
alexander-yakushev/compliment#79
Expected behavior
Completion of Java packages/classes should work.
For example, when
java.util.
is typed in the REPL,the classes inside package java.util should be listed.
Actual behavior
When
java.util.
is typed in the REPL,the classes inside package java.util were not listed.
Steps to reproduce the problem
On windows, lein new ,
cider-jack-in
the project,try the steps above.
Environment & Version information
cider-nrepl version
cider-nrepl-0.26.0
Java version
Java 16.0.1
Operating system
Windows 10
The text was updated successfully, but these errors were encountered: