Skip to content

Conversation

minestarks
Copy link
Member

@minestarks minestarks commented Aug 5, 2025

Adds Go To Definition, Hover, Go To References, Rename support for import/export declarations. Also, for References and Rename, results when these commands are invoked on any items, now include any import/export declarations.

  • Go To Definition on any imports/exports, and any usages of those imports/exports, resolve back to the original item.
  • Hover shows hover info of original item.
  • Go To References finds references to an item including any imports, exports, and usages across packages, including any aliased usages.
  • Rename renames the declaration and usages, as long as they match the alias that the cursor is on.

@minestarks minestarks force-pushed the minestarks/imports-gtd-far branch from 598bd2d to b327cc4 Compare August 7, 2025 20:38
@minestarks minestarks force-pushed the minestarks/completions-imports branch from 2eb1cc8 to 1a47bab Compare August 7, 2025 23:00
@minestarks minestarks force-pushed the minestarks/imports-gtd-far branch from b327cc4 to d01a55f Compare August 8, 2025 23:58
@minestarks minestarks force-pushed the minestarks/imports-gtd-far branch from d01a55f to 8d7bc5a Compare August 11, 2025 17:42
@minestarks minestarks changed the base branch from minestarks/completions-imports to main August 11, 2025 17:42
@minestarks minestarks changed the title go to def and find all references support for import/export declarations Definition, References, Hover, Rename for import/export decls Aug 11, 2025
@minestarks minestarks marked this pull request as ready for review August 11, 2025 17:54
@minestarks minestarks added this pull request to the merge queue Aug 15, 2025
Merged via the queue into main with commit 18cf5f4 Aug 15, 2025
18 checks passed
@minestarks minestarks deleted the minestarks/imports-gtd-far branch August 15, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants