Skip to content

Missing keywords in autocomplete menu #17142

Answered by Veykril
Lun4m asked this question in Q&A
Discussion options

You must be logged in to vote

Those are not implemented as completions yet

//! Completion of names from the current scope in expression position.
use hir::ScopeDef;
use syntax::ast;
use crate::{
completions::record::add_default_update,
context::{BreakableKind, PathCompletionCtx, PathExprCtx, Qualified},
CompletionContext, Completions,
};
pub(crate) fn complete_expr_path(
acc: &mut Completions,
ctx: &CompletionContext<'_>,
path_ctx @ PathCompletionCtx { qualified, .. }: &PathCompletionCtx,
expr_ctx: &PathExprCtx,
) {
let _p = tracing::span!(

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lun4m
Comment options

Answer selected by Lun4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants