Open mbergal opened 3 years ago
@cristianoc is there a way for us currently to get the source after PPX in the extension?
I think it would have to happen at a lower level, after the ppx has run, but before type checking. So this is something that I guess the compiler binary should provide, at which point it could be exposed here.
reason-vscode
has quite usefulShow the fully ppx code for this file
command that shows what the ppx result would look for that file. Is it possible to replicate this functionality in Rescript extension?