Maxime Mangel
Maxime Mangel
### Describe the bug** If there is a new line after a `(` we can't "Go to definition". ### Steps to reproduce 1. Copy/paste the this code ```fs module Repro...
### Describe the bug  The code `.[2..].` on the second line should be coloured in the same way as on the first line. In my example, `trimedLine` is a...
### Describe the bug When using a signature file Ionide doesn't show the documentation in the tooltip ### Steps to reproduce 1. `dotnet new classlib -lang F#` 2. Create a...
## Describe the bug When deconstructing a record in a function argument, the color of `{`, `}`, `;` and `=` are not consistent.  ## Code for reproduction ```fs type...
Hello, when writing `let x = 43s` the `s` is not of the same color as the numbers.  I think it would looks better if it was having an...
### Description This issue has been reported in https://github.com/thoth-org/Thoth.Json/issues/144 ### Repro code ```fs open Fable.Core.JsInterop open FSharp.Reflection open Fable.Core.DynamicExtensions open Fable.Core let inline log x = JS.console.log x let anonymousValue...
### Description The problem described in this issue occured for me when using React.useState from Feliz but I think this is related to Fable internals that's why I open the...
### Description Recently, I discovered that we could use constructor overload in order to improve the binding experience when using F#. In the following, exemple we are able to abstract...
### Description Sometimes when using React you need to pass a component and that's the a library which is going to fill the props values. One solution when doing so...
### Description This issue a is a follow up from this discussion: https://github.com/fable-compiler/ts2fable/issues/351#issuecomment-884159575 I am encountering a problem while working with bindings that contains Errors in JavaScript. In Fable 3...