You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
I happen to have a problem on windows. I installed ocamlmerlin using wsl and mostly everything is working as expected. (insight, linting, autocomplete)
Only one thing, that is actually impacting productivity quite a bit when using reason react : the autocomplete seems working fine when using pure reason code, but as soon as I want to include a jsx component, it wont suggest anything.
so if I want to use <Testcomponent onClick={...}/> for example, Im expecting when typing <T having <Testcomponent /> as suggestion, but nothing pops up. (note here that, outside jsx, I can type "Te" and it will suggest me "Testcomponent")
Properties suggestions wont popup neither (if typing <Testcomponent o I would expect onClick as suggestion, but nothing pops up.
Once the component is typed, merlin/bsb recognizes it and gives me the linting I expect, so the problem is only on the autocomplete on jsx part.
Thanks first for that great extension and work!
I happen to have a problem on windows. I installed ocamlmerlin using wsl and mostly everything is working as expected. (insight, linting, autocomplete)
Only one thing, that is actually impacting productivity quite a bit when using reason react : the autocomplete seems working fine when using pure reason code, but as soon as I want to include a jsx component, it wont suggest anything.
so if I want to use
<Testcomponent onClick={...}/>
for example, Im expecting when typing<T
having<Testcomponent />
as suggestion, but nothing pops up. (note here that, outside jsx, I can type "Te" and it will suggest me "Testcomponent")Properties suggestions wont popup neither (if typing
<Testcomponent o
I would expectonClick
as suggestion, but nothing pops up.Once the component is typed, merlin/bsb recognizes it and gives me the linting I expect, so the problem is only on the autocomplete on jsx part.
example of current situation :
![1](https://user-images.githubusercontent.com/2981891/48836654-4ad76780-edbe-11e8-8869-3d264000efdb.gif)
example of what is expected (from an example in typescript + react) :
Thanks for your help and hard work!
The text was updated successfully, but these errors were encountered: