navigate To Definitions Of Name
fun navigateToDefinitionsOfName(nameInModule: NameInModule, tokenIndexInName: Int, mouseEvent: MouseEvent)
The user has clicked on a token in the source in such a way that they are requesting navigation related to the method name containing that token. Begin an asynchronous action to locate all definitions of the name in all visible modules that have been compiled since their last change.
Parameters
name In Module
The NameInModule to find.
token Index In Name
The index of the token that the user has selected within the list of a message's tokens produced by a MessageSplitter.
mouse Event
The MouseEvent which was the request for navigation.