[cedet-semantic] GNU Emacs as a lightweight Java IDE - 2 (Refactoring)
Brought to you by:
zappo
From: Anand T. <ata...@gm...> - 2019-12-01 08:55:26
|
Hi, I've implemented following refactoring commands for Java. - Extract method - Extract interface - Implement interface - Pull up method - Find references - Rename variables and methods The video also demonstrates power of CEDET semantic. Same command is used to extract method both from Java and Lisp code. It might still be rough around the edges. Patches and feedback are welcome. Demo: https://youtu.be/zmRac_BNbv0 Regards, Anand |