Fall back to FindAllReferences if cmd-click did not preform GoToDefinition elsewhere (#9243)

This commit is contained in:
Kirill Bulatov 2024-03-13 13:00:04 +02:00 committed by GitHub
parent 427d66990c
commit 572ba3f93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 328 additions and 91 deletions

View file

@ -97,7 +97,7 @@ pub(crate) struct PerformRename {
pub push_to_history: bool,
}
pub(crate) struct GetDefinition {
pub struct GetDefinition {
pub position: PointUtf16,
}