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.

MIT License

Stars
26
Committers
2

Bot releases are hidden (Show)

intellij-ocaml - Version 0.3.0 Latest Release

Published by QuentinRa over 2 years ago

What's Changed

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.2.0...v0.3.0

intellij-ocaml - v0.2.0

Published by QuentinRa over 2 years ago

What's Changed

  • Support for all IDEs. (#90)
  • Documentation for the plugin. (#89)
  • Type inference with CTRL+SHIFT+P. (#88)
  • Editor for .annot. (#87)
  • Fixing the bug when creating a new module. (#73)

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.1.0...v0.2.0

intellij-ocaml - 0.1.0

Published by QuentinRa over 2 years ago

What's Changed

  • Invalid encoding for the compiled file (#86)
  • Continuous integration (#83, internal)
  • Remade of the auto-selection of a statement (#85)
  • Wider range of OCaml versions, but the "-" modifier isn't allowed anymore. (#81)
  • Fixed sending statement with "and" to the REPL. (#80)
  • Can send the selected code again! (#80)
  • Fix issue with multiline comments in the REPL (#80)
  • Can be used outside OCaml Modules (#75)
  • Executables are named {name}.out, fixing the issue (#71)
  • Fix empty variable view for type option (#63)

New Contributors

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.0.8...v0.1.0

intellij-ocaml - Version 0.0.8

Published by QuentinRa over 2 years ago

What's Changed

  • No autocompletion in strings. No autocompletion for numbers, and floats. #66
  • Fix errors when using modules. #65
  • Fix problems with the highlighter #45
  • Use "dune --version" to set value in dune-project. #43
  • Custom error messages if the SDK is invalid. #42
  • Available for 203.*

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.0.7...v0.0.8

intellij-ocaml - Version 0.0.7

Published by QuentinRa over 2 years ago

What's Changed

  • Can show/hide the variable view, can be docked next to the file (#40)
  • Preview auto-selected statement (CTRL-ENTER) if needed (#56)
  • Fix issues with the REPL console (#37, #57, #60)

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.0.6...v0.0.7

intellij-ocaml - Version 0.0.6

Published by QuentinRa over 2 years ago

What's Changed

Full Changelog: https://github.com/QuentinRa/intellij-ocaml/compare/v0.0.5...v0.0.6

intellij-ocaml - Version 0.0.5

Published by QuentinRa over 2 years ago

What's Changed