vscode-auto-rename-tag icon indicating copy to clipboard operation
vscode-auto-rename-tag copied to clipboard

Implement multiple cursor support.

Open ravshansbox opened this issue 6 years ago • 6 comments

20171026-122552

ravshansbox avatar Oct 25 '17 19:10 ravshansbox

Multiple cursor is not supporting... 😟

Waiting for this feature..

asphub avatar Jul 09 '18 06:07 asphub

Just ran into this problem on first usage of the extension, please fix this!

rienheuver avatar Mar 08 '19 10:03 rienheuver

https://github.com/formulahendry/vscode-auto-rename-tag/pull/511 doesn't fix this

tonivj5 avatar Apr 23 '20 21:04 tonivj5

@tonivj5 Do you have an example where it doesn't work? The code snippet in this issue its definitely working for me with multi-cursor.

it-works

SimonSiefke avatar Apr 27 '20 12:04 SimonSiefke

@SimonSiefke It doesn't work if the multicursor is nested

<a>
  <a></a>
</a>

cursor

tonivj5 avatar Apr 27 '20 14:04 tonivj5

Great catch! Will try to improve on that.

SimonSiefke avatar Apr 27 '20 21:04 SimonSiefke