-
Notifications
You must be signed in to change notification settings - Fork 120
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
Incorrect completion suggestions #329
Comments
Due to side effects, completion of method call results is not possible at the moment. Please see the corresponding implementation. |
@aycabta Thank you for responding. Could you also point me to the test coverage for those set of lines? |
Implementing completion for the provided sample code is extremely difficult because it needs one of these to determine the return value of method
Closing as not planned. |
Description
Expected to get valid suggestions based on referenced object.
Sample Code:
Actual Result
Note that even though
lipsum
references an instance of anLorem
which is simply a base class, the completion suggestion displaysmethods not defined in
Lorem
or any of the ancestors ofLorem
.Result of irb_info
Terminal Emulator
cmd.exe
on WindowsSetting Files
Using just
~/.irbrc
.The text was updated successfully, but these errors were encountered: