I am using the Vim extension in VSCode.
I want to append every occurrence of a phrase, for example:
breadCrumbLabel
In my codebase with the instance number. The first occurrence would have to be:
breadCrumbLabel 1
the second would be:
breadCrumbLabel 2
and so on.