autocompletion... the sweetness
Milian Wolff
mail at milianw.de
Wed Feb 26 19:13:02 GMT 2014
On Wednesday 26 February 2014 13:50:41 Matthew Woehlke wrote:
> So I have some structs, let's say they looks like:
>
> struct point { double x, y; };
> struct box { point ul, ur, ll, lr; }
>
> And some code:
>
> point center(box b)
> {
> double cx = 0.25 * (b.ul.x + b. <-- typing here
> }
>
> ...and KDevelop suggests:
> b.ul
> b.ul.x
> b.ul.y
> ...etc.
>
> ...which I don't remember it doing before (is this new?). And it is *WAY
> COOL*.
>
> To whoever wrote this, and all the rest of the awesome KDevelop folks,
> this is the sort of thing that makes KDevelop an awesome IDE. Thanks!! :-D
That's the look-ahead code-completion implemented by Olivier for KDevelop 4.6
:) Glad you like it!
Cheers
--
Milian Wolff
mail at milianw.de
http://milianw.de
More information about the KDevelop
mailing list