emacs-fsharp-mode
emacs-fsharp-mode copied to clipboard
F# Emacs mode
### Description When I run `M-x eglot` in a buffer where `fsharp-mode` is enabled, an zip archive containing the `FsAutoComplete` distribution files is downloaded and unpackaged into `~/.emacs.d/FsAutoComplete`. Then `eglot`...
Hello! Apologies this took so long; I lost steam pretty badly when the unit test framework changed. Since then, I've been able to come back to both F# *and* learn...
### Description No completion, type signature on F# script files(.fsx). Code files(.fs) works as expected. ### Repro steps 1. Step A open a simple script file, Foo.fsx: ```fsharp let x...
Hello and thank you for this useful package. Please, how do you get completions from new .fs files, after adding them to the .fsproj? I can find no other way...
`eglot-fsharp` automatically installs the `fsautocomplete.exe` LSP server. But there is no way to update this `fsautocomplete.exe`.
work being done on #184
### Description As part of #218, I've been digging in to the code `fsharp-mode` uses to compute indentation. This is a fairly complicated topic, including regexen for keyword detection, predicate...
### Description After creating new fsharp project, I tried opening with emacs but found no Intelisense support. ### Repro steps 1. create new directory and run 'dotnet new classlib -lang...
### Description all the integration tests fail ### Repro steps 1. Download repo 2. make integration-test ### Expected behavior Tests pass ### Actual behavior Tests fail with: ``` Test check-completion...
### Description When I add a `#load` directive in order to reference an .fs file from an .fsx script file, it appears that communication with the fsautocomplete process stalls. This...