Fix #8120 - more experiments with hover
[roobuilder] / src / Palete / LanguageClientDummy.vala
index 400b59c..544f56b 100644 (file)
@@ -38,6 +38,10 @@ namespace Palete {
                {
                        return new Gee.ArrayList<Lsp.SignatureInformation>();   
                }
+               public override async Gee.ArrayList<Lsp.SymbolInformation> symbol (string sym) throws GLib.Error 
+               {
+                       return new Gee.ArrayList<Lsp.SymbolInformation>();
+               }
        }
        
 }
\ No newline at end of file