Autoproxy-Lite
Autoproxy-Lite copied to clipboard
Missing setup instructions
How do I get the eclipse compiler to use the plugin? I've tried sbt but there's no jar command, and I'm not sure what I'd do with the jar when it's ready anyway
Eclipse won't see this plugin, because the presentation compiler as used by eclipse only runs the "namer" and "typer" phases. Autoproxy-lite is so-named because it needs code that successfully type checks even before delegate methods are generated (the full Autoproxy plugin, when finished, won't have this restriction).
Because valid autoproxied code will already type check, there's no need for eclipse to see the plugin. So just use eclipse as usual, but add the plugin to your SBT build for the full compilation.