mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add doc-alias based completion
This commit is contained in:
parent
7a98e24777
commit
0863389dd1
18 changed files with 330 additions and 36 deletions
|
@ -97,7 +97,7 @@ pub use crate::{
|
|||
|
||||
/// Main entry point for completion. We run completion as a two-phase process.
|
||||
///
|
||||
/// First, we look at the position and collect a so-called `CompletionContext.
|
||||
/// First, we look at the position and collect a so-called `CompletionContext`.
|
||||
/// This is a somewhat messy process, because, during completion, syntax tree is
|
||||
/// incomplete and can look really weird.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue