Info
Version: | 1.0.0 |
Author(s): | Godot Engine contributors |
Last Update: | Saturday, June 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GodotCompletionProviders |
Install
Install-Package GodotCompletionProviders
dotnet add package GodotCompletionProviders
paket add GodotCompletionProviders
GodotCompletionProviders Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp.Features(>= 3.3.1)
Tags
These providers alone don't actually provide the suggestions.
IProviderContext must be implemented and set in BaseCompletionProvider.Context for that.