Add navigation support for SVG id references in the editor.
- Ctrl+click on url(#id) to jump to the element with that id
- Ctrl+click on href=#id or xlink:href=#id to jump as well
- Hover on url(#id) to show target element preview
- Ref: vscode-svg2 In Id Reference Click Goto id element
Add navigation support for SVG id references in the editor.