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
121 stars 48 forks source link

[SSH connection] Add Table Viewer support #1122

Open snlwih opened 3 months ago

snlwih commented 3 months ago

Is your feature request related to a problem? Please describe. When you cannot use SAS Integration Technologies client, you'll have to use connection type SSH to connect to a SAS 9 server. Currently, you will not be able to use Table Viewer and Explorer panel using this connection type.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered Having to use proc print, proc contents, or proc sql with dictionary tables to get this info programmatically is cumbersome.

Environment SAS 9

Flaab123 commented 3 months ago

This addition and #1123 would be extremely helpful features for my usecase as well. Happy to know if this'll get implemented!