sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
121 stars 48 forks source link

[Syntax] The substr function in data step is missing highlighting a note #1131

Open Criptic opened 3 months ago

Criptic commented 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 image

Environment (please complete the following information): Client OS: Windows 11 Extension version: v1.10.1 SAS version: Viya 2024.07

Additional context