Skip to content

Completion for untyped accessor methods that has corresponding instance variables #63

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tompng
Copy link
Member

@tompng tompng commented Jun 20, 2025

Completes untyped.foo. if untyped has an instance variable @foo

ReplTypeCompletor can now complete .abs .abs2 .angle ... (Integer methods) in this case:

irb(main):001> Reline.core.line_editor.byte_pointer.a

Reline has @core, core has @line_editor, @line_editor has @byte_pointer which is an Integer

…ce variables

Completes `untyped.foo.` if untyped has an instance variable `@foo`
@tompng tompng added the enhancement New feature or request label Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant