Replies: 2 comments 1 reply
-
Here is my environment: Vs Code:
Ionide 7.26.2 And the output from Ionide:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
To confirm that this is not working even for a simple case can you please try this:
type Test =
| User
| Name
match user with
| User -> ()
Kooha-2025-06-17-09-03-08.webm
The code fixes is provided by different layers for VSCode and JetBrains Rider, which can explains why it works for one of the tool but not the other. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I see no code fixes available in my F# files, for example when it comes to generating stubs for union cases in pattern matching expressions, or implementing the abstract members of a class. I correctly see the warnings underlined in yellow (for pattern matching expressions), and compiler errors (for abstract members not defined), but no Quick Fix action is available in vscode.
However I do get code fixes to generate XML comment on top of a file. I have been able to pinpoint the problem down to the fact that any quick action involving generating code is apparently absent. I do have intellisense available, even though it appears with a large lag (i first see only dictionnary words suggestions, and then after typing a few more letters, i see proper intellisense).
I have confirmed that this issue is specific to Ionide, as I have code fixes available in my C# projects located in the same solution. Moreover, the same works properly in JetBrains Rider. I have tripled check the relevant settings, and just spent 3 hours investigating this with the help of LLMs without success. I have even tried to reinstall the extension but it didn't help unfortunately.
Beta Was this translation helpful? Give feedback.
All reactions