vscode-plugin icon indicating copy to clipboard operation
vscode-plugin copied to clipboard

Use url resolver to lookup import paths rather than deferring to native vscode behavior

Open jaichandra opened this issue 9 years ago • 2 comments

cmd+click doesn't work on below import as the path is not a real path pointing to bower_components folder. <link rel="import" href="../polymer/polymer.html">

jaichandra avatar Oct 18 '16 16:10 jaichandra

CMD click on an href is a native behavior of the editor I think, but we may be able to customize it here.

rictic avatar Oct 19 '16 11:10 rictic

Any progress here? Thanks in advance!

abdonrd avatar Jul 31 '17 08:07 abdonrd