-
Notifications
You must be signed in to change notification settings - Fork 127
Groovy support #25
Comments
Groovy support is on my todo list, but it'll probably be a while |
+1 |
+1, I had a very quick stab at it with basic code completion + source update: https://github.com/yveszoundi/eclim/commit/d08f4422029838f19fff793ec61dbc937f03ed5b My attempt is just few hours of try-outs, if someone can take it from here that would be great :-) My current workflow with Groovy or Grails projects (emacs-eclim):
Some notes about my eclim fork:
|
First off congrats on being the first person to submit support for a new language! I'm very happy to see this. I haven't had time to look at the code in depth or to test it, but the logic looks reasonable at a glance. The only comment I have at the moment is that the code doesn't follow eclim's coding format. Not a huge deal, but it's that much more work on my part to update the code to conform. When I get a chance (it could be a little while unfortunately), I'll test out your code and hopefully merge it in. |
Thanks @ervandew, it wasn't painful with all the great work that you've done. I did notice the code formatting issue as well as the missing vim support(I have mainly used only bare vim over the years..). I'll send a proper pull request soon, please wait!
|
Hello again, I made some updates, please see the relevant PR Thanks, |
It would be great if eclim supported groovy (and possibly grails). My main reason
for looking at eclim was for improved code completion, search, and validation for
groovy code.
The text was updated successfully, but these errors were encountered: