rescript-vscode
rescript-vscode copied to clipboard
Support for showing the fully ppx code for a file
reason-vscode has quite useful Show 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?

@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.