Mirko Stocker

DIY Refactoring for Scala

4 Comments

  1. Hi Mirko,

    I read your article on your wiki and it looks very interesting. I see in your next steps section of you term paper that you are also looking at project level dependencies that would be necessary to support refactorings like renaming. Have you made any progress on this?

    While it is very “simple”, renaming is perhaps the refactoring I use the most, and also one of the most painful/dangerous if there is no tool support so it would be something I would be very interested in seeing.

    Regards,
    Richard

  2. Hi Richard

    Indeed, renaming program entities that are referenced all over a project is on its way. I can’t promise anything, but I hope that it will appear in the Eclipse IDE very soon. You can see it in action if you watch the video of my Scala Days presentation (the rename demo starts at 18:40, it doesn’t show renaming over multiple files, but that works as well).

  3. Could you put the source in a standard place like github? I’d appreciate it sincerely!

Leave a Comment