Sourcegraph: Add F# support

Created on 30 Apr 2019  路  1Comment  路  Source: sourcegraph/sourcegraph

Some folks have requested F# support. Please follow this issue to get notified about updates.

The full list of currently supported languages is at https://sourcegraph.com/extensions?query=category%3A%22Programming+languages%22.

basic-code-intel teacode-intelligence

Most helpful comment

Thanks for creating this issues so quickly! For F# there is a editor agnostic backend that is used by the popular plugins to parse type information etc: https://github.com/fsharp/FsAutoComplete . I don't follow the developments too closely, but AFAICS the maintainers of the Ionide VS Code plugin (and probably FsAutoComplete as well?) are planning to move to the LSP soon https://github.com/ionide/ionide-vscode-fsharp/issues/1075 which might make this integration easier.

Very much looking forward to having F# support in sourcegraph since that is our primary development language :)

BTW here are a few public F# repositories for testing:
https://github.com/demystifyfp/FsToolkit.ErrorHandling/
https://github.com/fsprojects/Argu/tree/master/src/Argu
https://github.com/fsharp/FSharp.Data

>All comments

Thanks for creating this issues so quickly! For F# there is a editor agnostic backend that is used by the popular plugins to parse type information etc: https://github.com/fsharp/FsAutoComplete . I don't follow the developments too closely, but AFAICS the maintainers of the Ionide VS Code plugin (and probably FsAutoComplete as well?) are planning to move to the LSP soon https://github.com/ionide/ionide-vscode-fsharp/issues/1075 which might make this integration easier.

Very much looking forward to having F# support in sourcegraph since that is our primary development language :)

BTW here are a few public F# repositories for testing:
https://github.com/demystifyfp/FsToolkit.ErrorHandling/
https://github.com/fsprojects/Argu/tree/master/src/Argu
https://github.com/fsharp/FSharp.Data

Was this page helpful?
0 / 5 - 0 ratings

Related issues

saveman71 picture saveman71  路  3Comments

keegancsmith picture keegancsmith  路  4Comments

sixhobbits picture sixhobbits  路  3Comments

ggilmore picture ggilmore  路  4Comments

slimsag picture slimsag  路  4Comments