ยท about 2 hours agoยท Dev.to
Generate Sequential Numbers in VS Code Without Excel
While working in VS Code, I occasionally need sequential numbers. Something like this: user_001 user_002 user_003 Or test data for SQL: INSERT INTO users(id, name, created_at) VALUES(1, 'testA', '2026-05-28 10:00:00'); INSERT INTO users(id, name, created_at) VALUES(2, 'testB', '2026-05-28 10:00:01')
#vs code#sequential numbers#data generation#india tech#code snippets