@techee commented on this pull request.
plugin_extension_goto_perform(doc, pos, definition);
+ return TRUE;
Ad (1): `plugin_extension_goto_perform()` could be modified to return gboolean so Geany could use it if it uses the PluginExtensions interface. The LSP plugin though will always have to return TRUE here.