Comment by kleiba

7 hours ago

Aren't there specific IDEs for OCaml like for more mainstream languages?

Vim/Emacs/Sublime (And now things like VSC/Helix) are more than sufficient for coding without an IDE. Autocomplete scripts, the terminal, build scripts, etc work great. Now with LSP you can turn any editor into an IDE pretty trivially.