ocaml-gist icon indicating copy to clipboard operation
ocaml-gist copied to clipboard

Find a better way to load all the available cmi's

Open SanderSpies opened this issue 8 years ago • 0 comments

Currently cmi's are loaded on demand if you do autocomplete.

Instead they should be loaded whenever the source code is type checked.

This should fix the problem of not being able to autocomplete module names.

SanderSpies avatar Jul 13 '17 12:07 SanderSpies