Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Installing FSAC for F# #140

Open
ELLIOTTCABLE opened this issue Aug 13, 2021 · 2 comments
Open

Installing FSAC for F# #140

ELLIOTTCABLE opened this issue Aug 13, 2021 · 2 comments

Comments

@ELLIOTTCABLE
Copy link

It looks like FsAutoComplete is the popular/sanctioned LSP tool for the F# community (it's also supported by nvim-lspconfig.)

That link recommends simply installing with one command:

dotnet tool install --global fsautocomplete

... except that assumes the user's got dotnet installed. How far down the stack do we want nvim-lspinstall scripts to go? Should it simply be that one-liner? Should it attempt to find/install the .NET Core SDK from Microsoft? Somewhere in-between?

@kabouzeid
Copy link
Owner

Is it reasonable to assume that almost every F# developer will use dotent? I think it is the case for C#? Serious question, because I have no idea.

@ELLIOTTCABLE
Copy link
Author

I can't speak authoritatively, unfortunately; I'm new 'round the Microsoft-ecosystem-parts.

At least off the top of my head, I know that there are C# developers who can't use dotnet (Mono, older versions on non-Windows platforms); but I don't think F# is supported in any of those situations anyway?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants