src/Palete/LanguageClientDummy.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 10:54:48 +0000 (18:54 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 10:54:48 +0000 (18:54 +0800)
src/Palete/LanguageClientDummy.vala

index 8c1911a..400b59c 100644 (file)
@@ -34,6 +34,10 @@ namespace Palete {
                        var ret = new Gee.ArrayList<Lsp.DocumentSymbol>();      
                        return ret;
                }
+               public override async Gee.ArrayList<Lsp.SignatureInformation> signatureHelp (JsRender.JsRender file, int line, int offset) throws GLib.Error
+               {
+                       return new Gee.ArrayList<Lsp.SignatureInformation>();   
+               }
        }
        
 }
\ No newline at end of file