VBS-VSCode icon indicating copy to clipboard operation
VBS-VSCode copied to clipboard

Document Formatter

Open Serpen opened this issue 5 years ago • 0 comments

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.

Serpen avatar Sep 29 '20 15:09 Serpen