A-ideE-hardS-actionablefungood first issue
Métriques du dépôt
- Stars
- (14 924 stars)
- Métriques de merge PR
- (Merge moyen 3j 11h) (113 PRs mergées en 30 j)
Description
https://github.com/rust-analyzer/rust-analyzer/pull/3099 implemented initial version of SSR.
This issue collects things we need to do to make this really production-read
- add docs to https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/features.md
- improve matching code to handle trivia
- improve matching code to handle semantically equivalent transformations (for example, the order of the fields)
- add support for matchers other than
$expr
@mikhail-m1 any other things I've missed?