ember-tooling / ember-language-server

Language Server Protocol implementation for Ember.js projects
MIT License
98 stars 39 forks source link

Add a `DocumentSymbolProvider` for .gjs and .gts files #401

Open Windvis opened 2 months ago

Windvis commented 2 months ago

VS Code uses this information for multiple features (and I assume other editors will have equivalents):

ELS already supports this for .js and .hbs files.

Original issue: https://github.com/lifeart/ember-language-server/issues/420

lifeart commented 2 months ago

We could introduce Rename provider https://code.visualstudio.com/api/references/vscode-api#RenameProvider