reasonml-idea-plugin: Recursive types are not resolved correctly for autocompletion
plugin version: 0.43
Description
Take a look at this image:
The file on the right hand side is called Types
where I defined a module Data
and a recursive type splitTest ... and splitTestVariant
. The splitTestVariant
one is not displayed in the autocompletion as seen on the left.
There are also entries shown which are located in another module called Helpers
(the convertXXX methods) (so submodule Helpers.Data
). It seems that the name Data
acts as a global module, not a submodule.
Other than that: Great update, I really enjoy using the plugin by now 👍 (Only thing I believe I’m missing is the Standard Lib completion (Js.xxx
, Belt.xxx
)!
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 26 (14 by maintainers)
There is too much info in this issue. I think it is safe to close it, I have created #50
neh, not yet, I have to rethink the way to do it. pff. at least it doesn’t crash idea 👍