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

Support for more ODS output types #185

Open Cleester4 opened 1 year ago

Cleester4 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently. the extension appears to support only HTML5 output from SAS. Users have need to generate all kinds of output types, including PDF, Word, Excel, and Powerpoint output.

Describe the solution you'd like There should be a way to enable these output types in the extension, even if the extension does not provide a way to display them directly. However, there should be simple way for the user to download the output files, as they have in SAS Studio.

Additional context

Environment Viya 4

QuentinMcMullen commented 1 year ago

Please include old fashioned text output (.lst) as an output format as well. Obviously this would be easy to display, and often text output is easier to work with than HTML.