The FsAutoComplete project (FSAC) provides a backend service for rich editing or intellisense features for editors. It implements the Language Server Protocol.
Currently, it is used by the following extensions:
And it can be used with the following editors, by simply installing FsAutoComplete directly:
dotnet tool install --global fsautocomplete
It is based on:
- FSharp.Compiler.Service for F# language info.
- Ionide.ProjInfo for project/solution management.
- FSharpLint for the linter feature.
- Fantomas for F# code formatting.
- Building, Testing, and Releasing - See CONTRIBUTING.md for build requirements, build commands, testing instructions, and the release process.
- OpenTelemetry -See the OpenTelemetry documentation for instructions on enabling and visualizing distributed traces.
- LSP endpoints, settings and more - See the Communication Protocol documentation for details on supported LSP endpoints, custom endpoints, notifications, startup options, initialization options, and settings.
The maintainers of this repository are:
Previous maintainers:
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.
The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.
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.
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!