Replies: 1 comment 6 replies
-
Even though it can't find the code (for go to definition), it should still work for completion/inline type annotations I think? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been doing some work on Sail using VSCode with ocaml-lsp, which is surprisingly good, except that it can't find any of the code that's generated at compile time. In particular
_build/default/src/lib/ast.ml
, which is used all over the place.I can't find any "additional include directories" style options in ocaml-lsp , which is what you'd typically do for C++, Python, etc. Just wondering if you have any idea how to fix this.
Beta Was this translation helpful? Give feedback.
All reactions