You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a variable's name spans multiple lines, attempting to interact with the latter part of the name on the lines after the first will not work. textDocument/documentHighlight only highlights the first line and textDocument/definition, textDocument/hover, and textDocument/rename will only work on the first line.
The text was updated successfully, but these errors were encountered:
Fix the processing of variables that span multiple lines in LABEL
instructions as its properties are parsed differently from regular
instructions.
Signed-off-by: Remy Suen <[email protected]>
If a variable's name spans multiple lines, attempting to interact with the latter part of the name on the lines after the first will not work.
textDocument/documentHighlight
only highlights the first line andtextDocument/definition
,textDocument/hover
, andtextDocument/rename
will only work on the first line.The text was updated successfully, but these errors were encountered: