mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 10:23:20 +00:00
chore(els): improve completion
This commit is contained in:
parent
d1ee28db78
commit
7e9cef9c07
8 changed files with 225 additions and 190 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue