Add definition, hover and completion support for class variables #2897
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
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:
The text was updated successfully, but these errors were encountered: