emacs-fsharp-mode icon indicating copy to clipboard operation
emacs-fsharp-mode copied to clipboard

F# Emacs mode

Results 47 emacs-fsharp-mode issues
Sort by recently updated
recently updated
newest added

### Description xref tests occasionally fail due to a race/timing issue. ### Repro steps `eldev test` ### Expected behavior All tests pass ### Actual behavior ``` finds definition in pervasives...

### Description The syntax highlighting is a bit lacking. When VSCode added syntax APIs, Ionide used that instead of Regex and it got so much better. Would it be possible...

### Description I am not sure this belongs here, I don't know which package is responsible for showing the "warning tooltip", so I am attaching a screenshot. As you can...

### Description Statements in computation expressions, which should indent the following lines, but do not, include (those I found so far): - for - then - else They seem to...

bug
help wanted

Hey! It would be great if fsharp-mode could create and manage .fsproj files for you. As editing one by hand is really painful. Just a suggestion Cheers!

enhancement

### Description `.fsx` file + eglot does not work. Errors out with `[eglot]: -1. server died` ### Repro steps 1. Install fsharp-mode and eglot-fsharp 2. Open any `.fsx` file 3....

upstream

### Description I'd like to `C-x h ` to indent my buffer (or indent on save) but on this sample program nothing happens: ```fsharp let printGreeting name = let firstNumber...

### Description I get this error on messages: > Company: An error occurred in auto-begin > Company: backend company-capf error "jsonrpc-error: "request id=17 failed:", (jsonrpc-error-code . -32603), (jsonrpc-error-message . "no...

### Description Windows integration tests don't raise errors on failure ### Repro steps Run current Github Actions: ``` Failed to download `melpa' archive. Package refresh done Failed to download `gnu'...

### Description Indentation comments on the issue tracker here are somewhat common, and difficult to resolve. `fsharp-mode` has not one but _two_ indentation modules -- [fshap-mode-indentation](https://github.com/fsharp/emacs-fsharp-mode/blob/master/fsharp-mode-indent.el) and [fsharp-mode-indentation-smie](https://github.com/fsharp/emacs-fsharp-mode/blob/master/fsharp-mode-indent.el). `fsharp-mode-indentation`, in...