Goto-Definition plugins allow to find declaration of identifiers in the source code. They are called by command "Go to definition" of editor context menu.
Plugins must support at last [cActionFindID] action and should handle it like this:
The following functions must be exported by plugin:
See also:
Wiki: SynAction
Wiki: SynInit
Wiki: binary API actions
Wiki: binary API
Wiki: cActionFindID
Wiki: cActionGetCaretPos
Wiki: cActionGetText
Wiki: cActionOpenFile
Wiki: cActionSetCaretPos