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 5204afb commit fb58264Copy full SHA for fb58264
packages/language_server/src/robotcode/language_server/robotframework/parts/document_symbols.py
@@ -6,7 +6,6 @@
6
from robot.parsing.lexer.tokens import Token
7
from robot.parsing.model.blocks import Keyword, Section, TestCase
8
from robot.parsing.model.statements import Statement
9
-from robot.variables import search_variable
10
11
from robotcode.core.language import language_id
12
from robotcode.core.lsp.types import (
@@ -21,6 +20,7 @@
21
20
range_from_token,
22
tokenize_variables,
23
)
+from robotcode.robot.utils.variables import search_variable
24
from robotcode.robot.utils.visitor import Visitor
25
26
from .protocol_part import RobotLanguageServerProtocolPart
0 commit comments