JetBrains / JetBrains/resharper-unity
Use cached property index only fixes the selected occurrence
Open
@krasnotsvetov is already working on this.
Since Jun 25, 2019.
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Currently when you have a string based look up in for example an animator.SetBool("id", value) it correctly suggests to replace this with a more efficient hash. However in most scenarios you would want to replace all occurrences of the same string and possibly all occurrences in the file/project/solution.
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.
Assessment
This issue has not been assessed yet.