https://github.com/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://github.com/sassoftware/vscode-sas-extension
Last synced: 7 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sassoftware/vscode-sas-extension
- Owner: sassoftware
- License: apache-2.0
- Created: 2021-12-21T16:13:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:07:28.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:56:44.943Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://sassoftware.github.io/vscode-sas-extension/
- Size: 20.9 MB
- Stars: 119
- Watchers: 21
- Forks: 47
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# SAS Extension for Visual Studio Code
[Capabilities](https://sassoftware.github.io/vscode-sas-extension/matrix) | [Installation](https://sassoftware.github.io/vscode-sas-extension/installation) | [Configuration](https://sassoftware.github.io/vscode-sas-extension/Configurations/) | [Features](https://sassoftware.github.io/vscode-sas-extension/Features/) | [FAQ](https://sassoftware.github.io/vscode-sas-extension/faq)
Welcome to the SAS Extension for Visual Studio Code! The SAS extension is lightweight, runs anywhere, and allows you to integrate SAS with other languages. You can connect directly to SAS Viya and SAS 9 and run code.
Before you can run SAS code, you must [configure the SAS extension](https://sassoftware.github.io/vscode-sas-extension/Configurations/) to access your SAS 9.4 (remote or local) server or a SAS Viya server and [add a connection profile](https://sassoftware.github.io/vscode-sas-extension/Configurations/Profiles/).
The SAS extension includes many [features](https://sassoftware.github.io/vscode-sas-extension/Features/) to help you access your data, write and run code, and create SAS notebooks.
- SAS syntax highlighting and help, code completion, and code snippets
- Navigate SAS Content and libraries, including table viewer
- Create notebooks for SAS, SQL, Python and other languages

## Support
### SAS Communities
Ask, Find, and Share on the VS Code SAS Extension on the [SAS Programmers Community site](https://communities.sas.com/t5/SAS-Programming/bd-p/programming).
### SAS Programming Documentation
[SAS Programming documentation](https://go.documentation.sas.com/doc/en/pgmsascdc/v_048/lepg/titlepage.htm)
### FAQs
Please check the [FAQ](https://sassoftware.github.io/vscode-sas-extension/faq) page for some common questions.
### GitHub Issues
See the [SUPPORT.md](SUPPORT.md) file for information on how to open an issue against this repository.
## Contributing to the SAS Extension
We welcome your contributions! Please read [CONTRIBUTING.md](/CONTRIBUTING.md) for details on how to submit contributions to this project.
## License
This project is subject to the Apache License Version 2.0, a copy of which is included as [LICENSE](LICENSE)