Currently, an Extension's DisplayName depends on the command matching the naming pattern, and cannot be changed or otherwise specified. The following small steps would improve this significantly. * [ ] A NoteProperty `.'.DisplayName'` will be set with the replaced name * [ ] The .DisplayName property should instead return the `.',DisplayName'` property, if found * [ ] Failing that, it should use the `[ComponentModel.DisplayNameAttribute]` * [ ] Failing that, it should return the .Name
Currently, an Extension's DisplayName depends on the command matching the naming pattern, and cannot be changed or otherwise specified.
The following small steps would improve this significantly.
.'.DisplayName'will be set with the replaced name.',DisplayName'property, if found[ComponentModel.DisplayNameAttribute]