all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anand Tamariya <atamariya@gmail.com>
To: emacs-devel@gnu.org
Subject: GNU Emacs as a lightweight Java IDE
Date: Mon, 2 Dec 2019 10:04:12 +0530	[thread overview]
Message-ID: <CADm7Y4mz5z4o5SMcZ+Qka8+qP08fZUZCg1PVPW9JswdARq21Vw@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2019-12-02  4:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02  4:34 Anand Tamariya [this message]
2019-12-02  4:40 ` GNU Emacs as a lightweight Java IDE Lawrence Liu
2019-12-02  4:51   ` Anand Tamariya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADm7Y4mz5z4o5SMcZ+Qka8+qP08fZUZCg1PVPW9JswdARq21Vw@mail.gmail.com \
    --to=atamariya@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.