B
B
bro-dev2016-12-01 06:33:02
Sublime Text
bro-dev, 2016-12-01 06:33:02

How to replace elements by listing numbers in order?

For example, there is a block

<img src="img/t1.png" alt="">
<img src="img/t1.png" alt="">
<img src="img/t1.png" alt="">

I want to replace
<img src="img/t1.png" alt="">
<img src="img/t2.png" alt="">
<img src="img/t3.png" alt="">

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2016-12-01
@iiiBird

in this form. but you can do it with emmet when creating:
img[src="img/t$.png"]*3

A
Artem, 2016-12-01
@artemky

Something like this
2a109a52c7cc430da9e187eee9abd090.gif

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question