coc-fsharp: F# Language Server for coc.nvim

March 8, 2022 ยท View on GitHub

This project is a language server extension for coc.nvim.

Originally, this project started from another F# language server but I find it hard to keep up with the changes. Now this project is essentially a thin wrapper around FSAutoComplete.

Installation

Troubleshooting

  • Feel free to open issues if you have problems.
  • The more information I have, the better I diagnose.
  • Usually I'll need:
    • :CocInfo
    • project_root/obj/project.assets.json
      • Problems related to FSAC will not be supported here.