An open API service indexing awesome lists of open source software.

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.

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].

![MSBuild status badge](https://github.com/kazssym/VSExtension1/actions/workflows/msbuild.yml/badge.svg)

## 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/