Skip to content
New issue

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

[Syntax] Support statistic-keywords in proc means #1099

Open
Criptic opened this issue Jul 15, 2024 · 0 comments
Open

[Syntax] Support statistic-keywords in proc means #1099

Criptic opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Criptic
Copy link
Member

Criptic commented Jul 15, 2024

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

@Criptic Criptic added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant