@elextr commented on this pull request.
{
+ GeanyDocument *doc = document_get_current(); + + if (plugin_extension_goto_provided(doc, NULL)) + return plugin_extension_goto_perform(doc, pos, definition);
Just a note, nothing should depend on Geany thinking there is a "word" since its always wrong for languages where non-ASCII is allowed for identifiers.