ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Number​Formatter

by ilyakam ALL

Format numbers with decimal and thousands separators

Details

Installs

  • Total 458
  • Win 270
  • Mac 149
  • Linux 39
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

NumberFormatter - A Sublime Text Plugin

This Sublime Text plugin formats plain numbers by adding a thousands separator to them. It also unformats them in reverse. See the Features section below for details.

Installation

Usage

  • Linux: ctrlshiftcomma
  • macOS: commandshiftcomma
  • Windows: ctrlshiftcomma

Features:

As long as the number is partially or fully selected, or while the cursor is on the number, this plugin will format or unformat it in the following way:

Before After
12345 12,345
12,345 12345
12345.67 12,345.67
12,345.67 12345.67

This plugin supports multiple cursors and multiple selections. It can process both formatted and unformatted numbers in one go.

Options

To change the settings, simply edit the NumberFormatter.sublime-settings file that's included with the plugin:

  • decimal_separator - the character that separates between whole and decimal numbers
  • thousands_separator - the character that groups numbers in the thousands, millions, billions, etc.
  • format_thousands - whether or not to add a thousands separator to numbers between 1000 and 9999

Warnings

  • Numbers with preceding zeros are formatted anyway (000123 » 000,123)
  • When the thousands_separator is set to an empty space (" "), the whole number must be selected in order to unformat it (12 345 » 12345)

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md

License

See LICENSE.md

Software Credits

The development of this software was made possible using the following components: