ObliviousHarmony / vscode-php-codesniffer

A VS Code extension for integrating PHP_CodeSniffer.
https://marketplace.visualstudio.com/items?itemName=obliviousharmony.vscode-php-codesniffer
Other
40 stars 2 forks source link

Selection Formatting For Whole File #9

Closed ObliviousHarmony closed 3 years ago

ObliviousHarmony commented 3 years ago

All Submissions:

Changes proposed in this Pull Request:

When an entire document is selected the range formatter was throwing exceptions due to the end token being past the end of the file. This PR adds some checking to make sure that this case is addressed correctly.

How to test the changes in this Pull Request:

  1. Select the entire file's content
  2. Use the "Format Selection" option