Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CombinationsNew to Visual Studio Code? Get it now.
Combinations

Combinations

tlevesque2

|
151 installs
| (0) | Free
All possibles combinations from series of lists
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

combinations package

TO DO...

A very simple VS Code extension to generate all possible combinations between lists of words.

Select lines where the lists you want to combine are and then press Cmd+Maj+P and select the command "Generate combinations".

Optional, you can add a separator by adding a line with "separator:" followed by the separator you want between brackets.

Example:

By selecting this text:

Apple
Banana
Cake

Sweet
Acid

separator:' - '


=> Will generate this:

=== 6 combinations ===
Apple - Sweet
Apple - Acid
Banana - Sweet
Banana - Acid
Cake - Sweet
Cake - Acid
=== END ===

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