Lightweight extension to VSCode to help you deal with numbers. No settings, everything can be configured through the command bar.
NumberMonger lets you
- sum up sequences of numbers in floating point, integer, hexidecimal or binary representation
- use multiple cursors to insert sequences of numbers with arbitrary initial values and step
- insert sequences of random integers
- 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
- Insert Sequence of hex, dec or bin numbers with arbitrary start, step size, right or left alignment and zero padding.
- Insert Random Sequence.
- Convert between hex, dec and bin representations, even inside arrays!
Thank you for the amazing Yeoman VSCode extension generator!
- Copy value from summation to clipboard.
- Improved display of inserted floating point sequences.
- Added support for inserting floating point sequences.
- Fixed median bug.
- Support for floating point summation
- Additional information about the sequence (mean, median, standard deviation)
- Fixed uncaught exception when escaping from user prompts
- Fixed test folder being downloaded with extension from marketplace by adding .vscodeignore
- Added Icon
- Refactored Code
- First release.