Reputation: 674
If I type Car.Mile
and press ctrl-spacebar to autocomplete the member name, it does not bring up matches that don't begin with Mile
at all. This is pretty annoying because so many methods are prefixed with get/set/is like getMileage()
and setMileage()
.
My code completion options look like this currently. Not seeing this as a choice. This is JMonkeyEngine's version of Netbeans, if that matters.
Anyway to get this behavior?
Upvotes: 1
Views: 172