minism / SublimeLove

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

Extra "love." with some auto completions. #6

Open GavinHigham opened 9 years ago

GavinHigham commented 9 years ago

Example, trying to complete to "love.graphics.circle":

Typing "love.gra" and hitting enter after choosing the selection will complete to "love.love.graphics.circle".

minism commented 9 years ago

To confirm, this only occurs if the Love.sublime-completions file is present, correct? This file is actually deprecated and needs to be removed from build.py, as on-the-fly autocompletion support was added in pull request #5, which should have fixed the bug in question here.

Tangentially, the automatic auto-completion support seems to be broken in ST3 when installed via Package Control (see #11)