Skip to content

NumberMonger is a VSCode extension to add a few simple functionalities like summing or creating sequences of numbers in VSCode.

License

Notifications You must be signed in to change notification settings

SoftwareApe/NumberMonger

Repository files navigation

NumberMonger

Lightweight extension to VSCode to help you deal with numbers. No settings, everything can be configured through the command bar.

Features

NumberMonger lets you

  1. sum up sequences of numbers in floating point, integer, hexidecimal or binary representation
  2. use multiple cursors to insert sequences of numbers with arbitrary initial values and step
  3. insert sequences of random integers
  4. convert between hexadecimal, binary and decimal numbers

All features are accessed through the command bar (ctrl+p).

  • Sum Sequence, even when they're inside arrays! Also shows mean, standard deviation and median of the sequence. Hint: The selected value gets copied to clipboard, press Esc if you want to keep your cliboard

Sum Sequence Demo

  • Insert Sequence of hex, dec or bin numbers with arbitrary start, step size, right or left alignment and zero padding.

Insert Sequence Demo

  • Insert Random Sequence.

Insert Random Sequence Demo

  • Convert between hex, dec and bin representations, even inside arrays!

Convert Demo

Acknowledgements

Thank you for the amazing Yeoman VSCode extension generator!

Known Issues

Release Notes

0.5.0

  • Copy value from summation to clipboard.

0.4.0

  • Improved display of inserted floating point sequences.

0.3.0

  • Added support for inserting floating point sequences.

0.2.1

  • Fixed median bug.

0.2.0

  • Support for floating point summation
  • Additional information about the sequence (mean, median, standard deviation)

0.1.4

  • Fixed uncaught exception when escaping from user prompts

0.1.3

  • Fixed test folder being downloaded with extension from marketplace by adding .vscodeignore

0.1.1

  • Added Icon
  • Refactored Code

0.1.0

  • First release.

About

NumberMonger is a VSCode extension to add a few simple functionalities like summing or creating sequences of numbers in VSCode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published