Skip to content

Add auto-import quickfix for unresolved names#3294

Open
sorin-bolos wants to merge 4 commits into
microsoft:mainfrom
sorin-bolos:add-import-quick-fix
Open

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

Conversation

@sorin-bolos
Copy link
Copy Markdown

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
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.

Copy link
Copy Markdown
Member

@minestarks minestarks left a comment

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
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