Add F2 rename support for SVG id attributes. - Place cursor on id=foo, press F2 to rename - Automatically updates all url(#foo), href=#foo, and xlink:href=#foo references throughout the document - Ref: vscode-svg2 Rename Tag Name or Id Reference
Add F2 rename support for SVG id attributes.