ocaml-gist
ocaml-gist copied to clipboard
Find a better way to load all the available cmi's
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.