rust-lang / rust-lang/rust-analyzer
Expand macro call to all callers
Open
Nobody has claimed this yet.
A-assists
A-macro
C-feature
S-actionable
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
Basically #7242 & #10352, but for macros. The feature has clear and obvious use cases for functions that are pretty much identical for macros.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced issues #7242 and #10352 to understand the existing function behavior and the intended macro equivalent. Trace the current macro call expansion path in rust-analyzer and identify what “all callers” includes; done means the agreed macro expansion behavior is implemented and covered by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100