Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Insert SequenceNew to Visual Studio Code? Get it now.
Insert Sequence

Insert Sequence

kuone

|
5,534 installs
| (4) | Free
Insert sequence. Numbers,Chars,Months,etc...
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

badge badge badge

Insert Sequence

Sample

  • Insert sequence at cursors. カーソル位置に連番を入力します。

Examples

Numbers

input 5

5
6
7

Padding

input 05

05
06
07

Alphabets

input x

x
y
z

Others

  • If separated by a separator, it will be used as a sequence.
    • Comma,colon,space can be used as separator.
    • Numbers are recognized as step,duplicate options.

input r,g,b

r
g
b
r
g

input Cat,Dog,Mouse

Cat
Dog
Mouse
Cat
Dog
  • If match to defined sequence, defined sequence is used.

input June

June
July
August

input foo

foo
bar
baz

Sequence is configurable. Search for sequence-number in the configuration.

Setting

By default the following are available.

months

January,February,March,April,May,June,July,August,
September,October,November,December,
Jan.,Feb.,Mar.,Apr.,May,Jun.,Jul.,Aug.,Sep.,Oct.,Nov.,Dec.

days

Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
Sun.,Mon.,Tue.,Wed.,Thu.,Fri.,Sat.

metasyntactic variable

foo,bar,baz,qux,quux,corge,grault,garply,waldo,fred,plugh,xyzzy,thud
hoge,fuga,piyo,hogera,hogehoge

Dummy Nmaes

Alice,Bob,Carol,Dave,Ellen,Frank

Step,Duplicate

  • You can specify steps and duplicate num.
    • Comma,colon,space can be used as separator.

input 5,s5, start 5 and step 5.

5
10
15

input Monday d2, start Monday and duplicate 2.

Monday
Monday
Tuesday
Tuesday
Wednesday

input 3,d2,s5 or 3,s5,d2 or 3,5,2, start 3 and step 5,duplicate 2.

3
3
8
8
13

Commands

  • insert-sequence.execute
    • Default keymap : none

Link

  • GitHub
  • Twitter
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft