File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ package body LSP.Ada_Documentation is
57
57
-- Append given Item to the last line of the vector. Append new line when
58
58
-- vector is empty.
59
59
60
+ function Get_Hover_Text
61
+ (Decl : Libadalang.Analysis.Basic_Decl'Class)
62
+ return VSS.Strings.Virtual_String;
63
+ -- Return a pretty printed version of the declaration's text to be
64
+ -- displayed on hover requests, removing unnecessary indentation
65
+ -- whitespaces if needed and attaching extra information in some cases.
66
+
60
67
-- -----------------------
61
68
-- Append_To_Last_Line --
62
69
-- -----------------------
Original file line number Diff line number Diff line change @@ -42,11 +42,4 @@ package LSP.Ada_Documentation is
42
42
-- Decl_Text contains the code corresponding to the declaration, formatted
43
43
-- by GNATdoc when possible.
44
44
45
- function Get_Hover_Text
46
- (Decl : Libadalang.Analysis.Basic_Decl'Class)
47
- return VSS.Strings.Virtual_String;
48
- -- Return a pretty printed version of the declaration's text to be
49
- -- displayed on hover requests, removing unnecessary indentation
50
- -- whitespaces if needed and attaching extra information in some cases.
51
-
52
45
end LSP.Ada_Documentation ;
You can’t perform that action at this time.
0 commit comments