rust: Expose import names in completions for modules and functions (#14490)
Release Notes: - Improved accuracy of completion lists for Rust functions and modules.
This commit is contained in:
parent
e8d674dc04
commit
c1aa4d939c
2 changed files with 53 additions and 19 deletions
|
@ -58,6 +58,6 @@ util.workspace = true
|
|||
|
||||
[dev-dependencies]
|
||||
text.workspace = true
|
||||
theme.workspace = true
|
||||
theme = { workspace = true, features = ["test-support"] }
|
||||
unindent.workspace = true
|
||||
workspace = { workspace = true, features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue