Skip to content

Add auto-import quickfix for unresolved names#3294

Merged
minestarks merged 4 commits into
microsoft:mainfrom
sorin-bolos:add-import-quick-fix
Jun 9, 2026
Merged

Add auto-import quickfix for unresolved names#3294
minestarks merged 4 commits into
microsoft:mainfrom
sorin-bolos:add-import-quick-fix

Conversation

@sorin-bolos

Copy link
Copy Markdown
Contributor

Fixes #3236

  • Unqualified names only
  • Works for notebooks too
  • Multiple matches offer separate suggestions
image

Disclosure: Used Claude Code (Opus 4.8)

@sorin-bolos

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@minestarks

Copy link
Copy Markdown
Member

@sorin-bolos thank you for the PR! Taking a look shortly at this one as well.

@minestarks minestarks left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this! Works great, just a few cleanup requests.

Comment thread source/language_service/src/code_action.rs Outdated
Comment thread source/language_service/src/code_action.rs Outdated
Comment thread source/language_service/src/code_action.rs Outdated
@sorin-bolos sorin-bolos requested a review from swernli as a code owner June 6, 2026 06:20
@sorin-bolos sorin-bolos requested a review from minestarks June 6, 2026 06:30
@minestarks minestarks added this pull request to the merge queue Jun 9, 2026
@minestarks

minestarks commented Jun 9, 2026

Copy link
Copy Markdown
Member

Thank you, @sorin-bolos ! Queued to merge. Could you please leave a comment at #3236 so GitHub will let me assign the issue to you?

Merged via the queue into microsoft:main with commit 571815d Jun 9, 2026
12 checks passed
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.

Add auto-import quickfix for unresolved names

2 participants