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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DocumentSymbolProvider
VS Code uses this information for multiple features (and I assume other editors will have equivalents):
RenameProvider
ELS already supports this for .js and .hbs files.
Original issue: lifeart#420
The text was updated successfully, but these errors were encountered:
We could introduce Rename provider https://code.visualstudio.com/api/references/vscode-api#RenameProvider
Sorry, something went wrong.
No branches or pull requests
VS Code uses this information for multiple features (and I assume other editors will have equivalents):
rename symbol (F2)Requires aRenameProvider
ELS already supports this for .js and .hbs files.
Original issue: lifeart#420
The text was updated successfully, but these errors were encountered: