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

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

Emacs as an IDE


From: polymedes
Subject: Emacs as an IDE
Date: Sun, 14 Oct 2007 12:01:59 -0700
User-agent: G2/1.0

I would like to use emacs for software development and I currently am
learning it. I use the command "dabbrev-expand" (bound to M-/) to
expand (autocomplete) funtion and variable names. But how can I see
the function definition _while_ I'm typing ?

In all IDEs when you type the opening parenthesis a tooltip shows you
the arguments that you should pass to the function.

What do emacs developers usually do?

Furthermore, if the function is overloaded how can somebody know all
the definitions?

These questions apply to C++, Java, Python and C#



reply via email to

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