mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Allow crate authors to control completion of their things
Via the new `#[rust_analyzer::completions(...)]` attribute. Also fix a bug with existing settings for that where the paths wouldn't resolve correctly.
This commit is contained in:
parent
62e7d9f0fc
commit
7b584ef9bf
30 changed files with 770 additions and 293 deletions
|
|
@ -521,4 +521,8 @@ define_symbols! {
|
|||
win64,
|
||||
array,
|
||||
boxed_slice,
|
||||
completions,
|
||||
ignore_flyimport,
|
||||
ignore_flyimport_methods,
|
||||
ignore_methods,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue