Am 20.01.2016 um 22:43 schrieb Vladimir Sitnikov:
Is MPs easier than groovy way ?
"groovy way" does not provide "IDE integration".

MPS gives lots of IDE stuff "for free":
1) error highlight, intentions
2) autocomplete (I can type "http sampler" or just "sampler" and press
ctrl+space)
3) "find usages", "rename", refactorings (e.g. "extract fragment" or whatever)

On top of that, MPS can be used to integrate debugger.
That means, you can launch the script from within MPS, add a
breakpoint, watch variables, etc, etc.
I'm afraid it would take you a long while to do that in "groovy".
I have never worked with MPS, but Groovy IDE support is quite good.

There is also http://blog.andresteingress.com/2013/01/25/groovy-2-1-the-delegatesto-annotation/ to enable better IDE support for Groovy DSLs.

Just saying.

Reply via email to