We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cb092 commit c9a51bcCopy full SHA for c9a51bc
source/ada/lsp-ada_completions.adb
@@ -98,7 +98,7 @@ package body LSP.Ada_Completions is
98
Info : constant Name_Information := Names (Cursor);
99
Name : constant Libadalang.Analysis.Defining_Name :=
100
Completion_Maps.Key (Cursor);
101
- Selector : constant Libadalang.Analysis.Single_Tok_Node :=
+ Selector : constant Libadalang.Analysis.Name :=
102
Name.P_Relative_Name;
103
Label : VSS.Strings.Virtual_String;
104
Canonical : VSS.Strings.Virtual_String;
0 commit comments