What is the best IDE to use to write Ocaml programs on windows with DKML? I’ve had troubles setting it up with sublime text and VSCode. Does anybody have an installation guide for setting up up DKML on either IDEs?
What problems have you had with VSCode?
There is a video for the VSCode part at https://youtu.be/33niX94tn3U?si=xIV3t99CTBOetPOP&t=869. Start time: 14:29. In general, VSCode is the best IDE to use especially on Windows.
(For opam 2.2 Windows users the VS Code setup is the same just replace dkml init
with opam switch create .
)
Beyond that, echoing @dx3mod by asking what problems with vscode you had?
1 Like
The command: opam exec – dune build
Yields the error:
You have some steps that were skipped setting up your project. I suggest starting that video from the beginning and do any parts you haven’t done already, or follow Your First OCaml Program · OCaml Documentation.
1 Like
I got it working, thanks for the support