Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pappleby committed Sep 18, 2021
2 parents 2f34b16 + 843b41f commit db939ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
A [Language Server](https://microsoft.github.io/language-server-protocol/) and client extensions for [Yarn Spinner](https://github.com/YarnSpinnerTool/YarnSpinner). Currently, this project supports the latest version of Yarn Spinner ([v2.0.0 Beta 5](https://github.com/YarnSpinnerTool/YarnSpinner/releases/tag/v2.0.0-beta5)), Visual Studio Code, and C# based Yarn Spinner projects. Work is in progress to support Visual Studio 2019, Visual Studio 2022, and Game Maker Studio / Chatterbox based Yarn Spinner projects.

## Installation
To install the Visual Studio Code Extension, download and run the latest vscode vsix installer from this repo's [releases page](https://github.com/pappleby/YarnSpinnerLanguageServer/releases). As part of the first time startup process, the .net 5 runtime may be installed if it cannot be found, so an internet connection may be required at that time.
To install the Visual Studio Code Extension, download and install the latest vscode vsix installer from this repo's [releases page](https://github.com/pappleby/YarnSpinnerLanguageServer/releases). Note that you need to use the [Install from VSIX](https://user-images.githubusercontent.com/408888/133859287-0ec32501-a711-4ed4-922c-cc7e3c788783.png) command from VSCode. As part of the first time startup process, the .net 5 runtime may be installed if it cannot be found, so an internet connection may be required at that time.


## Capabilities
This project implements the following language server protocol capabilities:
Expand All @@ -13,7 +14,7 @@ This project implements the following language server protocol capabilities:
- Semantic token highlighting
- Warning and error diagnostics
- Signature Help for commands and functions
- Code Completion for variables, comands, functions, and (some) keywords
- Code Completion for variables, commands, functions, and (some) keywords
- Code Lenses for nodes indicating reference counts
- Quickfix code actions (only a few right now, but more to come!)

Expand Down

0 comments on commit db939ee

Please sign in to comment.