support goto definition and find references

This commit is contained in:
hamidreza kalbasi 2021-09-23 16:28:21 +03:30
parent f2775ac2e9
commit 48bebeaa32
4 changed files with 163 additions and 45 deletions

View file

@ -87,7 +87,7 @@ pub use crate::{
references::ReferenceSearchResult,
rename::RenameError,
runnables::{Runnable, RunnableKind, TestId},
static_index::{StaticIndex, StaticIndexedFile, TokenStaticData, TokenId},
static_index::{StaticIndex, StaticIndexedFile, TokenId, TokenStaticData},
syntax_highlighting::{
tags::{Highlight, HlMod, HlMods, HlOperator, HlPunct, HlTag},
HlRange,