Open Criptic opened 3 months ago
Describe the bug When you write a data step and use the function substr it isn't highligthed in the VS Code Extension and there is no note
Steps to reproduce Steps to reproduce the behavior:
data null; x = 'David'; y=substr(x, 3); put x= y=; run;
Expected behavior Datastep functions like substr should be highlighted and have a note - just like substr does in SAS Studio
Screenshots
Environment (please complete the following information): Client OS: Windows 11 Extension version: v1.10.1 SAS version: Viya 2024.07
Additional context
Describe the bug When you write a data step and use the function substr it isn't highligthed in the VS Code Extension and there is no note
Steps to reproduce Steps to reproduce the behavior:
data null; x = 'David'; y=substr(x, 3); put x= y=; run;
Expected behavior Datastep functions like substr should be highlighted and have a note - just like substr does in SAS Studio
Screenshots
Environment (please complete the following information): Client OS: Windows 11 Extension version: v1.10.1 SAS version: Viya 2024.07
Additional context