Add support for Show type , show Expression type
plugin version: v0.68
Description
Add support for show type (eg of variable) and show expression type
eg java

or scala

How are you even able to program in ocaml/reason without this feature? Am I missing some other feature that can be used instead?
nothing can be used instead, it's not done yet
Small bump to this feature :D
@loxs if you are using bsb you can use bsc to print file interfaces as workaround:
npx bsc -bs-re-out lib/bs/src/<YourModule>.cmi
@Coobaha thanks for the tip.
This is probably the stand out missing feature for me. Hard to use the plugin seriously without it. I need to learn some java so that I contribute (well done for your PR effort).