sejerpz / vtg

Automatically exported from code.google.com/p/vtg
0 stars 0 forks source link

[PATCH] Prefer method overrides when available #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When getting completion data for a class, the current behavior prefers the
original method declaration.
E.g., if I have a method "blah" that's declared in a parent class and
overridden in the current class, the completion item for blah lists the
file and location as those of the parent class's declaration.

This patch prefers the overridden method's declaration instead.

This is useful when determining what methods exist at what place in a file.
(get-classes => complete)

Original issue reported on code.google.com by taktakta...@gmail.com on 8 Jun 2009 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 26 Sep 2009 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 7 Feb 2010 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 7 Feb 2010 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 7 Feb 2010 at 3:03