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 de25364 commit 9104c5cCopy full SHA for 9104c5c
testsuite/ada_lsp/completion_auto_qualifier/test.py
@@ -1,3 +1,14 @@
1
+"""
2
+Tests that we insert auto-import in the right place,
3
+before the node.
4
+For example:
5
+Ada.Text_IO.Put (LFtip);
6
+ ^ cursor here
7
+
8
9
+ ^ "A." should be inserted here
10
11
12
from typing import List
13
from drivers import pylsp
14
from lsprotocol.types import (
0 commit comments