Ionide-vim icon indicating copy to clipboard operation
Ionide-vim copied to clipboard

F# Vim plugin based on FsAutoComplete and LSP protocol

Results 18 Ionide-vim issues
Sort by recently updated
recently updated
newest added

Zero references reported, when there are references. ![image](https://user-images.githubusercontent.com/55286472/179077378-277d57cb-7d86-41da-9ce6-66fdf20ac556.png) **To Reproduce** have.. a file.. open? sorry, I know that's no help. **Expected behaviour** That it would find references, not only within...

bug

When I move the cursor in neovim, I get an error that constantly tells me I don't have symbol information.. ![image](https://user-images.githubusercontent.com/55286472/179075706-87c02288-2b7c-4c49-b133-1744d84051c4.png) **To Reproduce** Move the cursor over anything that isnt...

bug

**Describe the bug** After setting up the plugin, opening the first .fs file works fine, however opening a file in a deeper-nested folder using i.e. netrw throws the following error:...

bug

before: ![image](https://user-images.githubusercontent.com/28958399/158060762-f34e485b-6948-48bc-a8a7-9f7cf6b3ca81.png) after: ![image](https://user-images.githubusercontent.com/28958399/158060773-5205740c-5cb4-4db5-89b5-6e596f819e46.png)

bug

[Edit]: looks like this is a problem of FSAutoComplete instead of Ionide, because I still don't get autocompletion even if I use FsAutoComplete directly using the built-in lsp: ```nvim_lsp.fsautocomplete.setup{ capabilities...

bug

I've installed FSharpLint by doing ```dotnet tool install -g dotnet-fsharplint```, and tried one of their examples on the [FSharpLint website](https://fsprojects.github.io/FSharpLint/): ``` type ExampleInterface = abstract member print : unit ->...

bug
upstream

Related: https://github.com/fsharp/FsAutoComplete/issues/883 FsAutoComplete now encourage users to manage FSAC via dotnet tool: `dotnet tool install fsautocomplete` for project-local install and `dotnet tool install -g fsautocomplete` for global install. Ionide-vim used...

announcement

Hey, just wondering if we should still recommned deoplete.nvim. On their README they say: > The development of this plugin is finished. Accepts minor patches and issues but no new...

enhancement

Neovim supports virtual text (`nvim_buf_set_virtual_text`). This can be used to show LineLens but Vim doesn't have an equivalent feature as of now.

enhancement
priority: low

**Describe the bug** Lsp functionality (go to definition, find references, etc) doesn't work when a .fs file is first opened. Codelens for function definitions show "Unresolved lens ..." Once I...

bug