Fix #8120 - more experiments with hover
[roobuilder] / src / Palete / LanguageClient.vala
index 39cbc51..3f69830 100644 (file)
@@ -89,6 +89,7 @@ namespace Palete {
                public abstract void queueDocumentSymbols (JsRender.JsRender file); 
                public abstract async Gee.ArrayList<Lsp.DocumentSymbol> documentSymbols (JsRender.JsRender file) throws GLib.Error;     
                public abstract async Gee.ArrayList<Lsp.SignatureInformation> signatureHelp (JsRender.JsRender file, int line, int offset) throws GLib.Error;
+               public abstract async Gee.ArrayList<Lsp.SymbolInformation> symbol (string sym) throws GLib.Error;
        }
        
 }