Fall back to FindAllReferences if cmd-click did not preform GoToDefinition elsewhere (#9243)
This commit is contained in:
parent
427d66990c
commit
572ba3f93b
4 changed files with 328 additions and 91 deletions
|
@ -97,7 +97,7 @@ pub(crate) struct PerformRename {
|
|||
pub push_to_history: bool,
|
||||
}
|
||||
|
||||
pub(crate) struct GetDefinition {
|
||||
pub struct GetDefinition {
|
||||
pub position: PointUtf16,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue