mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
introduce completion presentation
This module should remove completion rendering boilerplate from the "brains" of completion engine.
This commit is contained in:
parent
67528c4b39
commit
d0a261468e
5 changed files with 42 additions and 33 deletions
|
@ -1,5 +1,6 @@
|
|||
mod completion_item;
|
||||
mod completion_context;
|
||||
mod presentation;
|
||||
|
||||
mod complete_dot;
|
||||
mod complete_struct_literal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue