vscode-input-sequence
vscode-input-sequence copied to clipboard
VSCode package, to input sequential numbers.
When I have a line like this: `t() | t() | t()` And I try to use vscode-input-sequence to insert sequential numbers in the parentheses, it comes out as: `t(1)...
It would be helpful to others of the keystrokes to invoke on Mac: ALT/OPT+CMD+0 were included in the instructions.
I'm able to invoke it as mentioned using Ctrl + Alt + 0 and it works well! But it would be very useful if this is callable from VSCode Actions...
some times i need to write A B C D E ... Are there plans to support?
Create a progressive letters, like: a -> b, c, d... A -> B, C, D.. Maybe roman numbers... i -> ii, iii, iv I -> II, III, IV
To be able to generate sequences such as 1, 2, 4, 8, 16, 32...
It seems rather pointless to support radix above 16 if it cannot start from digit >f. ============================================================== Also it would be pretty handy to guess radix based on the start...
Are there plans to support fractional sequences, beginning at a float or increment by a float like `0.1` ``` File 1.1 File 1.2 File 1.3 File 1.4 File 1.5 File...
