all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Martin <m.gercke@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: code completion with type check
Date: Tue, 12 Jun 2007 10:34:08 -0000	[thread overview]
Message-ID: <1181644448.531666.283680@d30g2000prg.googlegroups.com> (raw)

Hi,

I am programming in C using emacs and some extensions as cc-mode.
Using M-/ (dabbrev-expand) is quite useful, but what I'm really
looking for is a tool that

1. shows me the parameter list when I start a functioncall.
2. gives me a choice for my parameter, e.g. if the parameter's type is
an enum of type test_enum_t (s.below) then I want the extension to
show me that I can pick CHOICE_A and CHOICE_B.
In some C++ or Delphi IDEs this is done by CTRL-Space.
So, there must be something like this out there, right?
I found XRefactory, but it's not free and it only comes up with
feature 1 (if at all).

Martin

typedef enum test_enum {
CHOICE_A = 0,
CHOICE_B = 1
} test_enum_t;

             reply	other threads:[~2007-06-12 10:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-12 10:34 Martin [this message]
2007-06-12 11:10 ` code completion with type check Andrea Vettorello
     [not found] ` <mailman.1997.1181646654.32220.help-gnu-emacs@gnu.org>
2007-06-12 12:28   ` Martin
2007-06-12 12:57 ` Nikolaj Schumacher

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=1181644448.531666.283680@d30g2000prg.googlegroups.com \
    --to=m.gercke@gmail.com \
    --cc=help-gnu-emacs@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.