chore(els): impl hover/jump for type specification

This commit is contained in:
Shunsuke Shibayama 2023-06-02 10:54:31 +09:00
parent 2005d0640d
commit 4137a07b70
10 changed files with 87 additions and 28 deletions

View file

@ -307,7 +307,7 @@ impl Context {
.as_ref()
.map(|subr| ParamTy::Pos(subr.return_t.as_ref().clone()));
match self.instantiate_typespec_full(
t_spec,
&t_spec.t_spec,
opt_decl_t.as_ref(),
&mut tmp_tv_cache,
mode,