vim-reason-plus icon indicating copy to clipboard operation
vim-reason-plus copied to clipboard

How to use autocomplete

Open vimalloc opened this issue 6 years ago • 1 comments

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 avatar Nov 11 '18 17:11 vimalloc

@vimalloc Is deoplete autosuggestion working for you at the moment? Technically it should work the way you described

alexeygolev avatar Jan 15 '19 09:01 alexeygolev