reasonml-idea-plugin
reasonml-idea-plugin copied to clipboard
ReasonML Language Plugin for IDEA
This PR updates the plugin to use JetBrains IDEs in the 2022.2 version. Closes #385
plugin version: 0.106-2022.1 Plugin doesn't work with newest phpstom 2022.2. It shows message: 
plugin version: 0.106.1-2022.1 ### Description I know the README says `Rescript users, please use other editor.` so I come with the intention to start contributing here if possible. If anyone...
Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
plugin version: 0.102.2 - 2021.2 ### Description The IDE keeps raising this when I try to do a Go To Definition (Ocaml code) on anything. Any help you can give...
Hi, wishing you a happy new year! I noticed this bug a long time ago (but I was busy), after playing with my simplified plugin a lot, I found where...
plugin version: 0.104-2021.2 ### Description Using OCaml SDK 4.13.1 and dune, the plugin tries and fails to dowload rincewind: ```Can't download C:\Users\Joshua\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\212.5457.46.plugins\reasonml-idea-plugin\rincewind_w4.13.1-0.9.1.exe java.io.FileNotFoundException: https://rincewind.jfrog.io/artifactory/ocaml/rincewind_w4.13.1-0.9.1.exe``` Is 4.13.1 not supported by ReasonML...
plugin version: 0.74 ### Description Should it be showing types too? Or some combined version?  
plugin version: 0.103 ### Description in the following code: ```Reason let clearPath = () => (); module Xxx = { type t = | ClearPath; let clearPath = () =>...
plugin version: 0.88.1-2020.1 The plugin doesn't interpret `include` statements at all. For example, `Pcoq.ml` has an `include Grammar.GMake(CLexer.Lexer)` in it, however you can't jump to the definition of symbols such...