Skip to content

Commit aaaa39a

Browse files
authored
FSAC is LSP (#91)
Since many months, FSAC supports LSP.
1 parent 142324b commit aaaa39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Finally, make sure that you have these layers enabled in your dotspacemacs-confi
120120
![EmacsLspMode](videos/EmacsLspMode.gif)
121121

122122
## How is this project different than [Ionide](https://github.com/ionide)?
123-
Ionide is a suite of F# plugins for VSCode; F# language server is analagous to the [FSAC](https://github.com/fsharp/FsAutoComplete) component. While FSAC is based on a custom JSON protocol; F#LS is based on the [language server protocol](https://microsoft.github.io/language-server-protocol/specification) standard.
123+
Ionide is a suite of F# plugins for VSCode; F# language server is analagous to the [FSAC](https://github.com/fsharp/FsAutoComplete) component.
124124

125125
The implementation is a thin wrapper around [F# Compiler Service](https://fsharp.github.io/FSharp.Compiler.Service/) and is heavily focused on performance. For example, autocompleting in medium-sized file in F# Language Server (left) and Ionide (right):
126126

0 commit comments

Comments
 (0)