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 statistic-keywords in proc means #1099

Open Criptic opened 2 months ago

Criptic commented 2 months ago

Describe the bug The statistic-keywords in proc means are not highlighting, no documentation is offered and no autocompletion is available.

Steps to reproduce Steps to reproduce the behavior:

  1. Copy and paste the code below proc means data=work._ddd_current skewness kurtosis n nmiss css cv min max sum mean median std stderr range uss prt t var p1 p25 p75 p99 clm lclm uclm mode qrange; ods output Summary=work.testing; run; quit;

Expected behavior Support for Syntax Highlighting, Autocompletion & Documentation Hints for the statistical keywords in proc means.

Screenshots image

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

Additional context