dotnet / dotnet/ResXResourceManager
Auto replace arguments to index number for interpolated string in "Move to Resource" function
Open
Feature request
Up for grabs
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
```
$"text text {arg1},{arg2}"
```
Will be filled in the value field as it is`text text {arg1},{arg2}`.
It should be `text text {0},{1}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.