6 comments (6 comments)10 reactions (10 reactions)0 assignees (0 assignees)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?
Contributor guide
- Tech stack
- javascript
- Domain
- toolingdeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Atom plugin developmentLSP protocol basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- 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.