justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

AutoComplete doesn't seem to work inside Require.js define blocks #46

Open Ahrengot opened 11 years ago

Ahrengot commented 11 years ago

First off, this is such an amazing plugin for Sublime Text. Amazing job @justinmahar!

I'm just testing it out today for the first time, and I've run into some trouble though. It doesn't seem to play nicely with Require.js. Here's an example with a simple class that works as it should: works

But when I wrap the thing in a define block, it stops working and I get the old much less cool auto-compelte dialogue instead: doesnt-work