reasonml-idea-plugin
reasonml-idea-plugin copied to clipboard
ReasonML Language Plugin for IDEA
plugin version: 0.81 I build `coq` from the command line. It would be quite helpful for ReasonML to highlight some syntax errors/questionable constructs in real time. It doesn't have to...
plugin version: 0.79 ### Description If node_modules contains both packages with similar modules, latest is picked. This is very annoying for stdlib of bucklescript. ``` node_modules ├── bs-platform ├── bsb-native...
I sent a change to the OCaml compiler to change the format of the error messages https://github.com/ocaml/ocaml/pull/8541. It means that messages printed by OCaml >= 4.09 won't be parsed properly...
plugin version: v0.68 ### Description Add support for show type (eg of variable) and show expression type eg java or scala 
plugin version: 0.56 ### Description https://bucklescript.github.io/docs/en/build-advanced.html#customize-rules-generators-support It is possible to define custom generators. I have spotted two issues: 1. Plugin bucklescript tab ignores this custom files (no rebuilds) 1. It...
plugin version: 0.121 ### Description module incorrectly referenced, the gutter icon for navigation is misleading  also there is a missing icon for module type ```reasonml module B = {...
plugin version: 0.119 ### Description Incorrect parsing when using a #if directive, it should be 'transparent' to the parser  code ```ocaml let _ = match x with | false...
plugin version: ### Description https://youtrack.jetbrains.com/issue/IDEA-307528
plugin version: 0.123 ### Description after using the action to add braces to a function, this exception is logged: ``` Exceptions occurred on invoking the intention 'Add braces to blockless...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...