mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 12:46:43 +00:00
feat: go to definition of include paths (#156)
This commit is contained in:
parent
36eea552ac
commit
1c5c6bd929
7 changed files with 36 additions and 13 deletions
|
|
@ -48,7 +48,7 @@ pub(crate) fn find_references(
|
|||
let node = match deref_target {
|
||||
DerefTarget::VarAccess(node) => node,
|
||||
DerefTarget::Callee(node) => node,
|
||||
DerefTarget::ImportPath(..) => {
|
||||
DerefTarget::ImportPath(..) | DerefTarget::IncludePath(..) => {
|
||||
return None;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue