VSCode integration

Hi!

I am trying the new Rescript VSCode extension, I have the following code:

@react.component
let make = () => {
  open MaterialUi; 
  <div> {React.string("Hello World")} </div>
}

When I use Cmd+Space after writing < in the next line I don’t get any autocompletion for the possible components that exits in MaterialUi. It is there a way to get this autocompletion?

Thanks!

Could you file a feature request at https://github.com/rescript-lang/rescript-editor-support/issues? Thanks

3 Likes