minism / SublimeLove

LÖVE support for SublimeText2
http://love2d.org
41 stars 16 forks source link

Unhelpful autocompletions #7

Open GavinHigham opened 9 years ago

GavinHigham commented 9 years ago

Typing something like, "myHeight = love.he" and selecting "love.graphics.getHeight" will complete to "myHeight = love.height = love.graphics.getHeight()".

DanielOaks commented 9 years ago

I can confirm this as well. I'd rather it just autocomplete straight to love.graphics.getHeight().

I'll have a look and a play, see if I can nail down what's going on (if it's something in the scraper that's easily fixable, for instance).

Edit: It seems like just rebuilding the files fixes this, no code changes necessary. I've got the updates as PR #9 if you wouldn't mind pulling it or updating it yourself, @minism