Maxime Mangel
Maxime Mangel
Something to note, is that this feature will only be available if user activate `FSharp. smartIndent` in their setting. It is not activated by default because the smart indent feature...
If we merge this PR I suppose we are also going to merge https://github.com/ionide/ionide-fsgrammar/pull/210. Which means we are going to loose auto-indentation for `(* ... *)` block (due to the...
Quoting @baronfel https://github.com/ionide/ionide-vscode-fsharp/issues/1961#issuecomment-1893616101 > Not supporting 6 is a bug, we'll take a look.
> changing from .net 6 is not an option You mean because your project needs to use .NET 6? If yes, then you can install another version of .NET side...
I believe you don't have the syntax highlighting and the error message Ionide is not started yet / project not loaded. I am saying that because you can see that...
> By the way, IntelliSense does work. E.g., I can backspace to "ValidationHelpe" and it correctly suggests "ValidationHelpers" at the top of the snippet above. But then it's still white...
@DmitryVil You check by looking in your VSCode preference. 1. `Ctrl+P` > Open Setting (UI) 2. Search for `dotnetroot` 3. If you have `(Modifier ...)` it means you have it...
Not sure why, I received an notification for this issue. In any case, @DmitryVil do you still have this problem? Also, did you run the `where dotnet` command from inside...
You are correct, it should use the `keywoard` color, I updated my initial message.
The grammar has been updated. What left is the tokens highlighting in FSAC