We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a modifier to the classes and functions tokens those imported from other modules.
I think it will be very useful to distinguish the current file from other modules.
I'd like to assign the new semantic token type to "*.library" as the standard modifier like C++ and rust.
#561 add "builtin" modifier to the Python built-in functions.
The text was updated successfully, but these errors were encountered:
bschnurr
No branches or pull requests
Feature request:
Add a modifier to the classes and functions tokens those imported from other modules.
I think it will be very useful to distinguish the current file from other modules.
I'd like to assign the new semantic token type to "*.library" as the standard modifier like C++ and rust.
Situation
#561 add "builtin" modifier to the Python built-in functions.
The text was updated successfully, but these errors were encountered: