We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IDE does not get entries for Ref nor Java in the suggestion database. Also their methods, like Ref.new are missing.
Ref
Java
Ref.new
Run IDE. It will send
{"jsonrpc":"2.0","id":1,"method":"search/getSuggestionsDatabase","params":{}}
Reply contains Ref and other similar entries.
Entries are not present in the obtained database.
0.2.6
The text was updated successfully, but these errors were encountered:
4e6
Successfully merging a pull request may close this issue.
General Summary
IDE does not get entries for
Ref
norJava
in the suggestion database.Also their methods, like
Ref.new
are missing.Steps to Reproduce
Run IDE. It will send
Expected Result
Reply contains
Ref
and other similar entries.Actual Result
Entries are not present in the obtained database.
Enso Version
0.2.6
The text was updated successfully, but these errors were encountered: