https://github.com/kazssym/vsextension1
Experimental Visual Studio extension using the VisualStudio.Extensibility SDK and ClearScript.
https://github.com/kazssym/vsextension1
clearscript visual-studio
Last synced: 4 months ago
JSON representation
Experimental Visual Studio extension using the VisualStudio.Extensibility SDK and ClearScript.
- Host: GitHub
- URL: https://github.com/kazssym/vsextension1
- Owner: kazssym
- License: agpl-3.0
- Created: 2024-12-30T08:27:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T07:39:28.000Z (over 1 year ago)
- Last Synced: 2025-02-19T09:01:59.234Z (over 1 year ago)
- Topics: clearscript, visual-studio
- Language: JavaScript
- Homepage:
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSExtension1
This repository contains an experimental Visual Studio extension using the
[VisualStudio.Extensibility SDK]. It tries to implement an extension with [ClearScript].

## Purpose
The purpose of this repository is to explore the feasibility of
implementing a Visual Studio (not Visual Studio Code) extension using JavaScript.
## Requirements
- Visual Studio 2022 or later.
- .NET 8 SDK.
## Installation
1. Clone the repository.
2. Open the solution in Visual Studio.
3. Build the solution to restore the necessary packages.
4. Run the extension project.
## License
This software is planned to be licensed under the GNU AGPL, but it might be changed later if properly funded.
[VisualStudio.Extensibility SDK]: https://docs.microsoft.com/en-us/visualstudio/extensibility/visual-studio-sdk
[ClearScript]: https://microsoft.github.io/ClearScript/