all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Filipp Gunbin <fgunbin@fastmail.fm>
To: Ahmed Sorour <sorour.a@gmail.com>
Cc: 25962@debbugs.gnu.org
Subject: bug#25962: Emacs IDE
Date: Mon, 06 Mar 2017 17:32:48 +0300	[thread overview]
Message-ID: <m2r32a8ohb.fsf@fgunbin.local> (raw)
In-Reply-To: <CACdyR+Eoj6K6jSTX=J6ffwWuH6RpLt8QsF5TrYQzGpuL-Lo4qQ@mail.gmail.com> (Ahmed Sorour's message of "Fri, 3 Mar 2017 19:39:20 -0500")

For Java, the short answer is "no".

You can try CEDET, various modes for Java (malabar, old jde, etc.), but
AFAIK they'll not just "replace" IntelliJ as you'd expect it.  And there
is a justification for that - IntelliJ requires a lot of resources, it
eats RAM, indexes everything and is generally slow.  The good news is
that in Emacs you can use clever text editing facilities, record a macro
/ write a function for whatever you want (like generating
getters/setters).

Debugger is available as `jdb' in emacs unified debugger - `gud'.
Command-line compilation and stepping through errors is, of course,
available as usual with `M-x compile'.

Perhaps other people will tell more about tight integration.

Filipp


On 03/03/2017 19:39 -0500, Ahmed Sorour wrote:

> Hi,
>
> I've recently been working more extensively with various coding languages, and have developed a need to use IDEs.
>
> Is it possible to configure Emacs to act as a complete replacement for:
>
> - Atom or Sublime (for Python)
> - IntelliJ IDEA (for Java)
>
> Aside from project management, I'm also interested in a setup where I can call Emacs to launch with one configuration when working with
> Java, and another configuration when working with Python, etc.
>
> Best Regards,
> --
> Ahmed Sorour
> P: +1 (617) 710-6251 (mobile)
> E: sorour.a@gmail.com





      parent reply	other threads:[~2017-03-06 14:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-04  0:39 bug#25962: Emacs IDE Ahmed Sorour
2017-03-04  0:50 ` Glenn Morris
2017-03-06 14:32 ` Filipp Gunbin [this message]

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=m2r32a8ohb.fsf@fgunbin.local \
    --to=fgunbin@fastmail.fm \
    --cc=25962@debbugs.gnu.org \
    --cc=sorour.a@gmail.com \
    /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.