dotnet / dotnet/ResXResourceManager
Customization of code generation for VB projects
Open
Feature request
Up for grabs
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Is it possible to use something different, even blank, instead of "Looks up a localized string similar to"?
At the moment the default code documentation is
```
'''
''' Looks up a localized string similar to Division by zero.
'''
```
but I'd like to have just the (language) string
```
'''
''' Division by zero.
'''
```
or
```
'''
''' English: Division by zero.
'''
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.