Physics extensions trouble

Hey guys, I was playing around with physics when I noticed the lack of autocomplete for the functions… This became problematic as some of the functions’s names are way too long (body:getLinearVelocityFromWorldPoint(), really?) which make it easy to mistype the word, so I make 2 suggestions:

1: Add autocomplete for physics functions
OR
2: Rename the functions (This may break code, so maybe keep the old ones)

I could add a function body:getLinearVelocity(point, local), where local is a boolean you can set to choose between world coordinates and local coordinates.

.@John, that would help, but I’m more aiming for auto-complete for physics bodies, it would make life much easier.