galaxyproject / galaxyproject/galaxy-language-server
[Feature] Custom command for cleaning up default values
Open
feature
language server
vscode extension
- Dominant language
- Python
- Stars
- 29
- Forks
- 17
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 5
Description
This can be a custom command to detect and automatically remove those attributes which value is the same as the default.
For example:
```xml
```
will be automatically reduced to:
```xml
```
Contributor guide
Assessment
This issue has not been assessed yet.