Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved support for special characters in variables #333

Open
alessandroToninelli opened this issue Sep 26, 2024 · 3 comments
Open

improved support for special characters in variables #333

alessandroToninelli opened this issue Sep 26, 2024 · 3 comments

Comments

@alessandroToninelli
Copy link

this is my simple SQLRPGLE Program

 /copy QCPYSRC,SPEC_H

      dcl-ds $test qualified;
         data varchar(10);
       end-ds;

       $test.data = 'test';

       $test.
    
       return;

The name of the DS write with special character '$', the content assit not resolve its scope and i cannot get the sub field

@sebjulliand sebjulliand transferred this issue from codefori/vscode-ibmi Sep 26, 2024
@worksofliam
Copy link
Contributor

We've had this before. I need to track the issue down, but I am going to rename the title to better reflect the issue.

@worksofliam worksofliam changed the title Content assist DS scope resolution improved support for special characters in variables Sep 26, 2024
@alessandroToninelli
Copy link
Author

ok perfect. I will wait for a resolution

@alessandroToninelli
Copy link
Author

any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants