src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 11:22:07 +0000 (19:22 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 11:22:07 +0000 (19:22 +0800)
src/Palete/LanguageClientVala.vala

index d6e1c8b..f1a5556 100644 (file)
@@ -745,7 +745,7 @@ namespace Palete {
                }
                public override async Gee.ArrayList<Lsp.SignatureInformation> signatureHelp (JsRender.JsRender file, int line, int offset) throws GLib.Error {
                        /* partial_result_token ,  work_done_token   context = null) */
-                       GLib.debug("get documentSymbols %s", file.relpath);
+                       GLib.debug("get documentSymbols %s, %d, %d", file.relpath, line, offset);
                        var ret = new Gee.ArrayList<Lsp.SignatureInformation>();        
                        //ret = null;
                    if (!this.isReady()) {