src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:36:55 +0000 (11:36 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:36:55 +0000 (11:36 +0800)
src/Lsp.vala

index 6de07d4..3b46138 100644 (file)
@@ -440,7 +440,8 @@ namespace Lsp {
                }
                public string tooltip {
                        owned get {
-
+                               GLib.debug("%s : %s", this.name, this.detail);
+                               //var detail = this.detail == "" ? (this.kind.to_string() + ": " + this.name) : this.detail;
                                 return GLib.markup_escape_text(this.detail + "\nline: " + this.range.start.line.to_string());
                                
                        }