-
Notifications
You must be signed in to change notification settings - Fork 441
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
semantic tokens: use 'method' instead of 'member' #1713
Comments
VSCode issue: microsoft/vscode#111172 |
The semantic token for methods was never even renamed to |
BTW, merging eclipse-jdtls/eclipse.jdt.ls#1608 will break styling of |
Yes, you better wait until 1.52 is out (or restrict the extension to 1.52) |
@testforstephen what's the status on this one? |
Since 1.52 is out for a while, we can move forward with pull request eclipse-jdtls/eclipse.jdt.ls#1608 to address this issue. |
thanks @0dinD, this has been fixed by eclipse-jdtls/eclipse.jdt.ls#1608 |
After requests in microsoft/language-server-protocol#1087 we decided to deprecate the 'member' token type in favor of a new 'method' token type.
The 'method' token type stands for all types of member functions (also if the language calls it differently)
The text was updated successfully, but these errors were encountered: