Sometimes I have code where I have to insert consecutive values. This is a problem with big files. First I make them all the same, after which I increase the value 1 by 1.. Such as:
<div>a1</div>
<div>a1</div>
<div>a1</div>
<div>a1</div>
<div>a1</div>
<div>a1</div>`
becomes:
<div>a1</div>
<div>a2</div>
<div>a3</div>
<div>a4</div>
<div>a5</div>
<div>a6</div>
Increase the power of Visual Studio Code through Extensions The features that Visual Studio Code includes out-of-the-box are just the start. VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow.
Find extensions to install using the Extensions view. Install an extension from the VS Code Extension Marketplace. See what features are added via the Features Contributions tab or Command Palette (Ctrl+Shift+P). See recommendations for other extensions.
The thing that makes VS Code so popular is the number of extensions available in the Marketplace. With over 30,000 extensions in circulation, the options feel almost limitless – and overwhelming at the same time.
Found sort of an answer by installing VS-Code; install "Increment Selection" and reload file in VS-Community.
Check out the Incrementor plugin, it works on various cases.
Please try out this,
div{a$}*6
It will work by 100 percent.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With