pucelle / vscode-css-navigation

Allowing Go to definition from HTML to CSS, or Find References from CSS to HTML.
https://marketplace.visualstudio.com/items?itemName=pucelle.vscode-css-navigation
MIT License
64 stars 8 forks source link

feat: goto the nearest definition #89

Closed wolfsilver closed 5 months ago

wolfsilver commented 7 months ago

If there are multiple definitions and the configuration editor.gotoLocation.multipleDefinitions: goto is set, jump to the definition closest to the path first.

pucelle commented 5 months ago

Tested, it works. And additionally, I did some tests, and seems it's the default action of vscode to pick the closest path of definition when peeking definitions, but if editor.gotoLocation.multipleDefinitions is goto, it picks the first one of path ordered result.

pucelle commented 5 months ago

Will be released in coming version 1.17.1.