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

Add definition, hover and completion support for class variables #2897

Open
vinistock opened this issue Nov 21, 2024 · 1 comment · May be fixed by #2944
Open

Add definition, hover and completion support for class variables #2897

vinistock opened this issue Nov 21, 2024 · 1 comment · May be fixed by #2944
Assignees
Labels
enhancement New feature or request help-wanted Extra attention is needed pinned This issue or pull request is pinned and won't be marked as stale

Comments

@vinistock
Copy link
Member

This issue is exactly the same as #2644, but for class variables. Please refer to the description of #2644 for instructions on how to implement it.

The work is exactly the same, but instead of handling globals $something, we handle class variables @@something.

Note: class instance variables are already handled. No work is needed on that front. That is:

class Foo
  @class_instance_variable = "Hello!"
end
@vinistock vinistock added enhancement New feature or request help-wanted Extra attention is needed pinned This issue or pull request is pinned and won't be marked as stale labels Nov 21, 2024
@rogancodes
Copy link
Contributor

Hi Team, I am looking at this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help-wanted Extra attention is needed pinned This issue or pull request is pinned and won't be marked as stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants