@techee commented on this pull request.


In src/symbols.c:

> +		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.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3849/review/2096309615@github.com>