Ionide.LanguageServerProtocol 0.4.23

dotnet add package Ionide.LanguageServerProtocol --version 0.4.23
NuGet\Install-Package Ionide.LanguageServerProtocol -Version 0.4.23
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ionide.LanguageServerProtocol" Version="0.4.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ionide.LanguageServerProtocol --version 0.4.23
#r "nuget: Ionide.LanguageServerProtocol, 0.4.23"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ionide.LanguageServerProtocol as a Cake Addin
#addin nuget:?package=Ionide.LanguageServerProtocol&version=0.4.23

// Install Ionide.LanguageServerProtocol as a Cake Tool
#tool nuget:?package=Ionide.LanguageServerProtocol&version=0.4.23

Language Server Protocol

Library for implementing Language Server Protocol in F#.

How to build

  1. dotnet build

How to contribute

Imposter syndrome disclaimer: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

This project has some clear Contribution Guidelines and expectations that you can read here.

The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

The project is hosted on GitHub where you can report issues, participate in discussions, fork the project and submit pull requests.

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Our Sponsors

Discover Panel is released as part of Ionide organization - OSS organization focused on building cross platform, developer tools.

You can support Ionide development on Open Collective.

Partners

<div align="center">

<a href="https://lambdafactory.io"><img src="https://cdn-images-1.medium.com/max/332/1*la7_YvDFvrtA720P5bYWBQ@2x.png" alt="drawing" width="100"/></a>

</div>

Sponsors

Become a sponsor and get your logo on our README on Github, description in the VSCode marketplace and on ionide.io with a link to your site.

<div align="center"> <a href="https://ionide.io/sponsors.html"> <img src="https://opencollective.com/ionide/tiers/silver-sponsor.svg?avatarHeight=120&width=1000&button=false"/> <br/> <img src="https://opencollective.com/ionide/tiers/bronze-sponsor.svg?avatarHeight=120&width=1000&button=false"/> </a> </div>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.23 370 1/31/2024
0.4.22 144 1/15/2024
0.4.21 213 10/29/2023
0.4.20 3,685 10/29/2023
0.4.19 561 10/28/2023
0.4.18 298 10/22/2023
0.4.17 2,536 7/28/2023
0.4.16 142 7/27/2023
0.4.15 958 6/15/2023
0.4.14 3,117 4/4/2023
0.4.13 234 3/5/2023
0.4.12 3,488 12/21/2022
0.4.11 666 12/12/2022
0.4.10 1,377 9/30/2022
0.4.9 459 9/21/2022
0.4.8 487 9/12/2022
0.4.7 757 8/24/2022
0.4.6 542 8/23/2022
0.4.5 514 8/7/2022
0.4.4 1,246 6/27/2022
0.4.3 794 6/9/2022
0.4.2 619 5/26/2022
0.4.1 441 5/14/2022
0.4.0 768 4/29/2022
0.3.1 1,746 1/16/2022
0.3.0 378 11/23/2021
0.2.0 301 11/17/2021
0.1.1 294 11/15/2021

### Added

* * [Add TriggerForIncompleteCompletions & Capitalize the first char of fields of CompletionContext](https://github.com/ionide/LanguageServerProtocol/pull/61) (thanks @tcx4c70)