Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davelopez opened this issue Oct 4, 2021 · 0 comments
Open

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

davelopez opened this issue Oct 4, 2021 · 0 comments
Labels
feature New feature proposal language server Related to the language server vscode extension Related to the VS Code extension

Comments

@davelopez
Copy link
Collaborator

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" />
@davelopez davelopez added feature New feature proposal language server Related to the language server vscode extension Related to the VS Code extension labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature proposal language server Related to the language server vscode extension Related to the VS Code extension
Projects
None yet
Development

No branches or pull requests

1 participant