Sum up selected numbers. Insert a sequence of numbers at the multi-cursor positions. Start the sequence at an arbitrary number and with arbitrary stepsize. Convert hex values to decimal or binary and vice versa.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Lightweight extension to VSCode to help you deal with numbers. No settings, everything can be configured through the command bar.
Features
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!
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