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
117 stars 47 forks source link

[Syntax] Support for actionsets and actions in proc cas #1187

Open Criptic opened 3 weeks ago

Criptic commented 3 weeks ago

Describe the bug There currently is no highlighting and or autocompletion support for cas actionsets or actions in proc cas.

Steps to reproduce cas mysess;

proc cas; fedsql.execdirect result=r query='select * from public.hmeq'; print r; quit;

Expected behavior Proper Syntaxhighlighting

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information): Client OS: Windows 11 Extension version: v.1.10.2 SAS version: Viya 2024.08

Additional context Add any other context about the problem here.