Hezekiah M. Carty
Hezekiah M. Carty
I haven't tested this, but could it be the lack of `;;` after each #require line?
A gentle ping - is there any chance of this happening? At work we've been sticking with 0.19.0 in large part because of this deprecation and I've done the same...
Thank you @gpetiot - I've seen your comments about wanting a more diff-friendly format and I agree! Would it be more helpful for me to reframe this issue as a...
Sounds good - thank you!
Thank you! I'll give it a try this week or next.
`indicate-multiline-delimiters = closing-on-separate-line` should give at least some of what you want. I use it in all of my projects. And ocamlformat 0.16.0 and newer have some big improvements related...
FWIW method completion does work under vim using merlin so it seems to be generally possible. This is using OCaml 4.02.3 and merlin 2.5.1.
`"editor.formatOnType"` was set to `false` in the default configuration, so it's a bit better now as it formats after I press enter at the end of the newly created line....
This is all for a `foo.ml`, to be clear. Also, thank you for the plugin - it's a very nice addition to the community!
I'd prefer to only indent the cursor line, ideally having the case I showed working without enabling `"editor.formatOnType"`.