[Bug 52748] New: Feature Request: Method Signatures in code completion
Roberto Raggi
raggi at cli.di.unipi.it
Wed Jan 8 19:33:05 UTC 2003
Hi Jason,
On Wednesday 08 January 2003 18:18, Jason Keirstead wrote:
> I am using Gideon from CVS of two days ago, and I am very glad the code
> completion is working automatically now (it wasn't last time I tried, had
> to hit CTRL+Space or something). One feature I would like to see however is
> to have the whole method signature [methodName( type var1, type var2)]
> instead of just the method name, show in the code completion dialog. this
> would make for much more rapid coding, and less time wasted looking up
> params in the docs. Thanks.
"auto-expand-word" and "c++ code completion" are two different features..
auto-expand-word (a feature of abbrevpart) works with any kind of file(not
only c++ source files), and it is automatically activated when you type an
indentifier than have at least three characters. it simple popup the list of
all words contained in the current buffer that starts with these characters..
i know is dummy, but i found it very useful ;)
c++ code completion, provided by cppsupport, is activated with CTRL+Space and
it pops methods, fields, ..
ciao robe
More information about the KDevelop-devel
mailing list