Maxime Mangel

Results 302 issues of 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...

bug
language services

### Describe the bug ![image](https://user-images.githubusercontent.com/4760796/142730827-a2b35047-ad97-401d-a6d9-6b23d5b1971d.png) 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...

bug
language services
upstream - FCS issue
area - semantic tokens

### 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...

enhancement
up for grabs
language services

## Describe the bug When deconstructing a record in a function argument, the color of `{`, `}`, `;` and `=` are not consistent. ![image](https://user-images.githubusercontent.com/4760796/116430661-565cd180-a847-11eb-8905-17e2d13988fa.png) ## Code for reproduction ```fs type...

enhancement
up for grabs

Hello, when writing `let x = 43s` the `s` is not of the same color as the numbers. ![image](https://user-images.githubusercontent.com/4760796/134520628-24b2a978-59ec-4990-831d-93366ce1c3f8.png) I think it would looks better if it was having an...

enhancement

### 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...

bug

### 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...

enhancement
discussion

### 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...

question

### 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...

bug
question