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
105 stars 43 forks source link

No syntax help for 'run' in python and lua procedure code block #1046

Open Zhirong2022 opened 2 weeks ago

Zhirong2022 commented 2 weeks ago

Describe the bug Open VSC SAS Extension base on main branch. Hover mouse over 'run' in python or lua procedure code block, no syntax help for it.

Steps to reproduce

  1. Open VSC SAS Extension
  2. Type code below
    proc python infile='/tmp/my_script.py';
    submit;
    my_function()
    print("y = " + y)
    endsubmit;
    run;

Expected behavior It has syntax help for 'run' if hovering mouse over it

Environment (please complete the following information): Client OS: [e.g. Windows 11] Extension version: [e.g. v1.9.0]