The XY problem is:
- I am editing in VSCode / OCaml
- I want to be able to highlight a region of code and send it to the REPL.
What I have so far:
- VSCode + OCaml plugin installed.
- Inside VSCode, I can hit ctrl-shift-P, and there is an option for “OCaml open REPL”
When I select that option, VSCode opens up a utop.
Questions:
- How do I get this utop to load the current OCaml project ?
- How do I send OCaml expressions / buffers to this repl ?
Thanks!