A VS Code extension to automatically convert numeric values to use underscore separators in the debug panel UI—covering variables, watch expressions, and collapsed object previews. Improves number readability without any manual intervention.
This extension is built with the VS Code Extension Generator.
- Install the extension from the VS Code Marketplace.
- Enable the extension in the VS Code settings.
- Restart VS Code.
- Debug your code and see the numbers formatted with underscores in the debug panel UI.
- Clone the repository.
- In the project folder, run
npm install
to install the dependencies. - In the project folder, run
npx vsce package
to build the extension. - From the command panel in VS Code, search for "Install from VSIX" and select it.
- Navigate to the project folder and select the
extension.vsix
file. - Enable the extension in the VS Code settings.
- Restart VS Code.
- Debug your code and see the numbers formatted with underscores in the debug panel UI.