feat(els): add goto implementation

This commit is contained in:
Shunsuke Shibayama 2023-09-03 14:36:56 +09:00
parent d8835fd169
commit 3f678ef5e3
8 changed files with 106 additions and 58 deletions

View file

@ -11,6 +11,7 @@ mod file_cache;
mod folding_range;
mod hir_visitor;
mod hover;
mod implementation;
mod inlay_hint;
mod message;
mod references;