Skip to content
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

Support singleton method indexing and resolution #1938

Open
st0012 opened this issue Apr 15, 2024 · 0 comments
Open

Support singleton method indexing and resolution #1938

st0012 opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request server This pull request should be included in the server gem's release notes

Comments

@st0012
Copy link
Member

st0012 commented Apr 15, 2024

Example:

class Foo
  BAR = 10
  class << self
    def bar; end

    def baz
      b # suggest bar
    end
  end
end

Foo.b # suggest bar and baz
@st0012 st0012 added enhancement New feature or request server This pull request should be included in the server gem's release notes labels Apr 15, 2024
@st0012 st0012 assigned st0012 and unassigned st0012 Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server This pull request should be included in the server gem's release notes
Projects
None yet
Development

No branches or pull requests

1 participant