justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

SublimeText3 support #39

Closed lavrton closed 10 years ago

edubkendo commented 11 years ago

Anyone looked into what all is necessary?

justinmahar commented 10 years ago

Support has been added by @michalmarkowski. Please give it a shot and make sure it's all good on your end.

We're waiting on a pull request into wbond's package control so that it appears in Package Control in ST3.

Thanks.

edubkendo commented 10 years ago

Looks like I get the following error:

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "X/importlib/__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
  File "/opt/sublime_text/sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "CoffeeGotoDefinition in /home/eric/.config/sublime-text-3/Installed Packages/CoffeeComplete Plus (Autocompletion).sublime-package", line 5, in <module>
ImportError: No module named 'coffee_utils'