Skip to content

Add completion.autoimport.insertQualifiedPath config option - #23349

Open
its-wasabi wants to merge 1 commit into
rust-lang:masterfrom
its-wasabi:insert-qualified-path-completion
Open

Add completion.autoimport.insertQualifiedPath config option#23349
its-wasabi wants to merge 1 commit into
rust-lang:masterfrom
its-wasabi:insert-qualified-path-completion

Conversation

@its-wasabi

@its-wasabi its-wasabi commented Sep 12, 2026

Copy link
Copy Markdown

Adds an opt-in config flag that, when enabled, makes flyimport completions insert
the fully qualified path directly instead of the short name plus a use import.

The flag defaults to false, so there is no behavior change for existing users.

Addresses #13953.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 12, 2026
@rustbot

This comment has been minimized.

@its-wasabi
its-wasabi force-pushed the insert-qualified-path-completion branch from b97eb86 to 376771e Compare September 12, 2026 23:40
Adds an opt-in config flag that, when enabled, makes flyimport
completions insert the fully qualified path directly instead of
the short name plus a use import. Addresses rust-lang#13953.
@its-wasabi
its-wasabi force-pushed the insert-qualified-path-completion branch from 376771e to f2a02b1 Compare September 13, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants