6 commentaires (6 commentaires)10 réactions (10 réactions)0 assignés (0 assignés)JavaScript937 stars (937 stars)110 forks (110 forks)batch import
help wanted
Description
Is there going to be support for symbol renaming via textDocument/rename?
Guide contributeur
- Stack technique
- javascript
- Domaine
- toolingdeveloper experience
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- Atom plugin developmentLSP protocol basics
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 20
- Direction de recherche
- The issue requests support for symbol renaming via the LSP textDocument/rename method in atom ide ui. However, the repository is archived under facebookarchive, indicating no active development. To explore this, one could look at how other Atom packages handle LSP rename, or check if the functionality was implemented in a fork. The issue has no assignees or linked PRs, and the discussion is minimal. Any work would require understanding the existing atom ide ui architecture and integrating with a language server that supports rename.