QuentinRa / intellij-ocaml

This plugin is providing support for OCaml in IntelliJ. It's based on ReasonML and intellij-rust. If you are looking for a complete and maintained solution, please check the ReasonML plugin.
https://plugins.jetbrains.com/plugin/18531-ocaml
MIT License
27 stars 5 forks source link

if the SDK is an opam SDK, add a menu to manage the libraries #15

Open QuentinRa opened 2 years ago

QuentinRa commented 2 years ago

This would be a tab in "Project Structure > Module", for ocaml modules using an opam SDK (while others may use it too). This menu is available in Java to add jars/maven libraries. We should use this to add opam libraries.

image

Note: name, desc, version, need update?

QuentinRa commented 2 years ago

They are loaded as sources (this was unexpected, we should see them here), and remove them too.