I’m new to both OCaml and Visual Studio Code so this is probably some kind of newbie question, however…
I have opened a hello.ml file in Visual Studio Code and when I type “String.” I get a nice window of autocompletion possibilities. However, if I type “Base.”, “Core.” or “Async.”, nothing pops up. I have just installed these packages with opam (and tried to restart Visual Studio Code).
I just tried utop, same behaviour there.
I’m running macos and have installed things through brew.
How do I fix this?