galaxy-language-server
galaxy-language-server copied to clipboard
[Feature] Custom command for cleaning up default values
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" />