vim-reason-plus
vim-reason-plus copied to clipboard
How to use autocomplete
Probably a stupid question, but I'm not sure how I can utilize autocomplete with this vim plugin. I would like to be able to do something like type in ReactDOMRe.
, run a vim command, and see all of the functions exported by the ReactDOMRe
module. Is this possible?
@vimalloc Is deoplete autosuggestion working for you at the moment? Technically it should work the way you described