We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Open VSC SAS Extension base on Main branch. It has no syntax help for 'printer' if it is before the second data code block.
Steps to reproduce
/* ----- some sample code ----- */ %include %unquote(&open.gtestit&close); filename xyz printer "HP Laserjet IIISi" altdest='c:out.prn'; data tut1; date='1jan2013'd; bits='10000000'b; %*macro comments; %macro_variable_references; 'name literals'n; format sales1-sales3 comma10.2; formchar(3,7)='2D7C'x; input idept acct iqtr imon budget; length dept $ 15; cards; 01 01345 1 1 12980 01 01345 1 2 14009 ; /* ----- some sample code ----- */ %include %unquote(&open.gtestit&close); filename xyz printer "HP Laserjet IIISi" altdest='c:out.prn'; data tut1; date='1jan2013'd; bits='10000000'b; %*macro comments; %macro_variable_references; 'name literals'n; format sales1-sales3 comma10.2; formchar(3,7)='2D7C'x; input idept acct iqtr imon budget; length dept $ 15; cards; 01 01345 1 1 12980 01 01345 1 2 14009 ;
Expected behavior It has syntax help for 'printer'
Environment (please complete the following information): Client OS: [e.g. Windows 11] Extension version: [e.g. v1.11.0]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Open VSC SAS Extension base on Main branch. It has no syntax help for 'printer' if it is before the second data code block.
Steps to reproduce
Expected behavior
It has syntax help for 'printer'
Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v1.11.0]
The text was updated successfully, but these errors were encountered: