chore(els): improve completion

This commit is contained in:
Shunsuke Shibayama 2023-02-17 13:39:46 +09:00
parent d1ee28db78
commit 7e9cef9c07
8 changed files with 225 additions and 190 deletions

View file

@ -94,7 +94,7 @@ impl Context {
.or_else(|| self.get_outer().and_then(|ctx| ctx.get_var_kv(name)))
}
pub(crate) fn get_singular_ctx_by_hir_expr(
pub fn get_singular_ctx_by_hir_expr(
&self,
obj: &hir::Expr,
namespace: &Str,