Skip to content

DisplayName should be overrideable #123

Description

@StartAutomating

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions