Maxime Mangel

Results 241 issues of Maxime Mangel

The following doc comment ```fs /// See for more informations ``` results in: ![image](https://user-images.githubusercontent.com/4760796/116463486-05f76b00-a86b-11eb-870c-772cba326a64.png)

I am working on the VSCode extension and tried to run Mechanic against [Fulma-demo](https://github.com/MangelMaxime/Fulma-demo) and it's failing to resolve the file order. It's resolve an empty list: `TopologicalOrder []` I...

- [x] Add a sample to show async code - [x] Add a navigation sample - [ ] Add a plugin sample - [x] Find a way to add the...

I took the same code as from [Photonui expander's doc](http://wanadev.github.io/PhotonUI/doc/widgets/expander.html) and put it inside a window. The behavior is strange because the expander are not stacked together and split the...

When we hit `.` or `+` this is showing some auto-complete proposition. We can navigate in it by using arrows which nice. But when we eliminate all the proposition except...

Hello, while working on a binding for Fable I encounter a case with a huge number elements to map, around 13 000. Depending on how I represents those elements the...

Feature Improvement
Theme-Performance
Area-Compiler-CodeGen

### Describe the bug @baronfel Mentioned that diagnostics are not cleared when removing a file from a project. ### Steps to reproduce 1. Have a file with errors in it...

### Describe the bug Since upgrading to version of Ionide 7.1.0, I am experimenting some strange behaviour from the intellisense and diagnostics. See this error message: ![image](https://user-images.githubusercontent.com/4760796/185740576-8193618f-cb7c-4013-ab1d-92f0e00aa0be.png) It is complaining...

Is it possible to have the "5 References" shown when using line lense? ![Screenshot 2022-08-16 233119](https://user-images.githubusercontent.com/4760796/184989024-b2d4d9d5-bb2c-4368-a68d-194b3931488d.png) If not, would you consider it as a new feature? And what would need...

Because of the usage of `React.useCancellationToken()` when an HMR call has been triggered the async call is never triggered again. https://github.com/Zaid-Ajaj/Feliz/blob/52907b11f64c758282f2986f1aed0c91d46481b0/Feliz.UseDeferred/UseDeferred.fs#L62-L81