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
Describe the bug
When a variable's name begins with @ or #, it seems to never show up in the suggested completions. When a variable's name starts with $, it can show up in the suggestions, but accepting it doubles up the $.
To Reproduce
Steps to reproduce the behavior:
Declare a variable $myvar (in RPG).
Begin an assignment statement with $m.
Accept the suggested $myvar.
Notice that your cursor now follows $$myvar.
Expected behavior
Accepting $myvar results in $myvar, not $$myvar.
Screenshots
I will add upon request.
Environment (please complete the following information):
Extension version: 2.3.1
IBM i OS version: 7.4
Additional context
The behavior for leading @ and # is very different. If that needs to be a separate issue, I can create one.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a variable's name begins with
@
or#
, it seems to never show up in the suggested completions. When a variable's name starts with$
, it can show up in the suggestions, but accepting it doubles up the$
.To Reproduce
Steps to reproduce the behavior:
$myvar
(in RPG).$m
.$myvar
.$$myvar
.Expected behavior
Accepting
$myvar
results in$myvar
, not$$myvar
.Screenshots
I will add upon request.
Environment (please complete the following information):
Additional context
The behavior for leading
@
and#
is very different. If that needs to be a separate issue, I can create one.The text was updated successfully, but these errors were encountered: