Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Use the extension Insert Sequences. You just run the command Insert Sequences (extension.insertseq), then type what you want in square brackets, separated by commas: [blue, green, lightblue] This...
#1: Initial revision
Use the extension [Insert Sequences](https://github.com/volkerdobler/insertseq). You just run the command **Insert Sequences** (`extension.insertseq`), [then type what you want in square brackets, separated by commas](https://github.com/volkerdobler/insertseq#inline-lists-own-sequences): `[blue, green, lightblue]` This extension can also do other things like insert ranges of numbers and letters, with optional formatting. The default is to insert numbers, one for each cursor. _Note: I also posted this solution [on Stack Overflow](https://stackoverflow.com/a/79991757/4518341)._
