Comment by kleiba 7 hours ago Aren't there specific IDEs for OCaml like for more mainstream languages? 5 comments kleiba Reply avsm 6 hours ago I just use the OCaml Platform VSCode extension: (https://marketplace.visualstudio.com/items?itemName=ocamllab...) or the OCaml LSP server: https://github.com/ocaml/ocaml-lsp in other editors and don't really need anything domain specific. ecshafer 4 hours ago 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. nesarkvechnep 5 hours ago You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream. kstrauser 3 hours ago What’s the specific Rust IDE? jhck 2 hours ago There is RustRover from JetBrains.
avsm 6 hours ago I just use the OCaml Platform VSCode extension: (https://marketplace.visualstudio.com/items?itemName=ocamllab...) or the OCaml LSP server: https://github.com/ocaml/ocaml-lsp in other editors and don't really need anything domain specific.
ecshafer 4 hours ago 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.
nesarkvechnep 5 hours ago You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream. kstrauser 3 hours ago What’s the specific Rust IDE? jhck 2 hours ago There is RustRover from JetBrains.
kstrauser 3 hours ago What’s the specific Rust IDE? jhck 2 hours ago There is RustRover from JetBrains.
I just use the OCaml Platform VSCode extension: (https://marketplace.visualstudio.com/items?itemName=ocamllab...) or the OCaml LSP server: https://github.com/ocaml/ocaml-lsp in other editors and don't really need anything domain specific.
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.
You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream.
What’s the specific Rust IDE?
There is RustRover from JetBrains.