Ionide Intellisense quick fixes doesn't add code to file - F# Visual Studio Code

130 views Asked by At

When I press CTRL+. for quick fixes or the click the light bulb (show fixes) I get the dialog in the below image. However, when I press enter or click an item in the quick fixes dialog no code is added to my document i.e. nothing happens.

Show fixes

Does anyone know how to fix this? In the given example, I'd expect selecting "Open System" to add the line "open System" at the top of the document.

Environment:

Windows 10

Visual Studio Code 1.46.1

Ionide-fsharp 4.14.0

0

There are 0 answers

Related Questions in F#