Skip to content

[Feature] Custom command for cleaning up default values #175

Description

@davelopez

This can be a custom command to detect and automatically remove those attributes which value is the same as the default.

For example:

<param argument="--test" type="boolean" checked="false" />

will be automatically reduced to:

<param argument="--test" type="boolean" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature proposallanguage serverRelated to the language servervscode extensionRelated to the VS Code extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions