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

Local/Remote IOM connection - support for Content Navigation, Libraries, and/or the Data Viewer. #347

Closed nathan-lindstedt closed 9 months ago

nathan-lindstedt commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, it appears that only a Viya connection supports content navigation, libraries, and the data viewer. It would be nice if some comparable baseline of support could be added to allow for tables generated by a local connection to be viewed in the data viewer.

Describe the solution you'd like If feature parity is possible, that would be the ideal. However, if it's not possible due to technical limitations, perhaps a more limited solution can be achieved to allow for viewing tables created during a SAS local connection session in the data viewer.

Environment SAS 9.4 (local)

snlwih commented 1 year ago

Now that we're working on IOM Bridge support (aka. remote IOM) for remote SAS 9 servers, it's time to start moving feature requests into the Candidates bucket that can take advantage of the IOM APIs.

Although this feature request talks about Local SAS, the hope is that we can cover both local and remote IOM at the same time. So we should consider changing the title from "Local SAS connection support ..." to something like "local/remote IOM connection support ..."

As this feature request covers many topics, we'll need multiple milestones to implement all of this using incremental steps:

snlwih commented 11 months ago

Split this up into two separate feature requests, #680 and #595.

clangsmith commented 9 months ago

Closing as duplicate, since this is now tracked in two separate tickets.