all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GNU Emacs as a lightweight Java IDE
@ 2019-12-02  4:34 Anand Tamariya
  2019-12-02  4:40 ` Lawrence Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Anand Tamariya @ 2019-12-02  4:34 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

Hi,
I've implemented some common features for editing Java in Emacs using
semantic. The refactoring 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.

*Code Editing*
- Find project file using regex
- Code auto-completion
- Jump to definition
- Compile using mvn
- Organize imports

*Refactoring*
- Extract method
- Extract interface
- Implement interface
- Pull up method
- Find references
- Rename variables and methods

*Code:* https://gitlab.com/atamariya/emacs/tree/dev

*Demo:*
Code completion https://youtu.be/MWpvKSTz4qc
Refactoring https://youtu.be/zmRac_BNbv0

Regards,
Anand

[-- Attachment #2: Type: text/html, Size: 1241 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-02  4:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02  4:34 GNU Emacs as a lightweight Java IDE Anand Tamariya
2019-12-02  4:40 ` Lawrence Liu
2019-12-02  4:51   ` Anand Tamariya

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.