VBS-VSCode
VBS-VSCode copied to clipboard
Document Formatter
Format Provider should format the document with:
- [ ] Indention
- [ ] Spaces between operators
- [ ] Spaces after commas
- [ ] Spaces at comments
- [ ] Missing function brackets
This should be a basic language feature, however the formatter should reuse the structure the symbol provider has already provided + the structure inside those symbols. Currently both things would work independent and twice.