help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs IDE


From: Krishnakant
Subject: Re: Emacs IDE
Date: Mon, 6 Mar 2017 16:25:48 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Hi Yassine,

Thanks a million for the poiners.

I am currently looking at yasnipit.

I think it is really very helpful.

But I am looking for auto completion as I type/

Some thing that company offers.

By the way the youtube video aught to be good, but I am totally blind and so won't get much out of it.

If you have any idea on how I can get auto completion while I type that will be great.

Also I wish a pair completion feature.

For example <body> should have emacs do </body> for me.

Another feature which indirectly benefits my sighted team maits is if they focus on a <div> tag, emacs should highlight the corresponding </div> tag. Same for all tags.

Do you have some idea of some mode or can I customize web-mode with company to get this done?

Happy hacking.

Krishnakant.



On Monday 06 March 2017 04:09 PM, chaouche yacine wrote:
Krishnakant,

I believe yasnippet has some valuable html templates that you could use. But 
you can also use other tools, see :
https://www.youtube.com/watch?v=sBhQ2NIcrLQ

-- Yassine.





On Monday, March 6, 2017 9:04 AM, Krishnakant <krmane@openmailbox.org> wrote:



On Monday 06 March 2017 07:10 AM, Kendall Shaw wrote:
On 03/03/2017 05:06 PM, 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.


For java a couple of interesting packages are ensime which is really
for scala but it works for java. And emacs-eclim which is more like
integrating eclipse into emacs than the other way around.

The way I work is I use the ide and emacs at the same time. For
debugging and some other activities and very minor editing, I use the
ide (eclipse or intellij idea). As soon as I have to do significant
editing, my hands go on strike and say I'm not going to type one more
line and I'm forced to switch back to emacs.


Kendall
My only concern right now with Emacs is web develoopment.
Html tags just don't get completed automatically and ther is no auto
completion triggering as I type.
I have to press a keystroke every time I type some thing and get the
auto completion done using company-web-html for all that work.
But programming in Python with Emacs is bliss.
Happy hacking.
Krishnakant.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]