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 fsharp-mode intellisense fails inside the official microsoft/dotnet container. Given the (or at least my) migraine of achieving a stable/reliable .NET dev environment on Linux, the official container is...

### Description Getting a flycheck message "Consider changing `3i-3.fsx` to PascalCase". The filename cannot be translated to PascalCase - doesn't make sense. This is obviously a parse error somewhere. I...

I noticed that linting and colorization are supported by fsautocomplete. Do you want PRs for these?

enhancement

Currently you can get _symbol-use_ information in the current buffer. Would it be possible to get _symbol-use_ information in the whole project (i.e. other files)? Thanks!

They could appear in the current file and/or in _Messages_

bug

### Description I'm trying to set up Emacs to use it as my full-time F# editor. I'm having trouble setting up eglot to enable basic IDE features like go to...

[FsAutoComplate](https://github.com/fsharp/FsAutoComplete) readme specifies additional settings provided to init that allow linting, and auto expansion of records, interfaces, etc to be supplied to eglot. This PR adds those parameters. I'm tempted...

### Description FSAC provides LSP commands for project file modifications that prevent client applications from having to learn the details of this format. It would be nice to have integration...

### Description When in fsharp-mode, running __M-x eglot__ thows an error. ### Repro steps Installed eglot-fsharp 2.0 and eglot-fsharp-mode 2.0 from melpa. Using the following init file (excerpt): ``` (require...

### Description I receive the following error when hitting RET after an open bracket: `fsharp--compute-indentation-open-bracket: End position is smaller than start position`. ### Repro steps Given the code ``` let...