F# language server
Am I correct that the intellisense for an F# query comes from the compiler ?
Is it possible to hook in a language server instead ?
Love LinqPad and F#, but the intellisense does detract from the shine...
Am I correct that the intellisense for an F# query comes from the compiler ?
Is it possible to hook in a language server instead ?
Love LinqPad and F#, but the intellisense does detract from the shine...
Comments
It comes from the FSharp.Compiler.Service package:
https://fsharp.github.io/FSharp.Compiler.Service/
So no way for end users to hook in say FSAC ?
Assume linqpad itself needs a rewrite to support language servers (even for C#) ?
Yes, that would be a rewrite.