You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open VSC SAS Extension base on Main branch. Type code, it has sub-options for some statement option unexpectedly. There is no syntax for the available sub-option.
Steps to reproduce
1.Open VSC
2.Create a new .sas file and type some code
proc deepprice;
dnn nodes=();
dnn train=(optimize=)
3.Type Ctrl+Space in the parentheses of nodes=() to show sub-options
4.Move mouse on optimize to show Syntax help