Add doc-alias based completion

This commit is contained in:
hecatia-elegua 2023-03-29 14:08:25 +02:00
parent 7a98e24777
commit 0863389dd1
18 changed files with 330 additions and 36 deletions

View file

@ -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.
///