tern_for_sublime icon indicating copy to clipboard operation
tern_for_sublime copied to clipboard

Can't get autocomplete working.

Open lawkai opened this issue 9 years ago • 3 comments

Hi, I have following the instruction and tried to install tern_for_sublime for Sublime Text 3 (Build 3083) under Mac OS X El Capitan. (Note: I have already installed Fix Mac Path). I am trying to develop nodejs with Sublime.

Couple things that I have notice.

  1. Preferences -> Package Settings -> Tern -> Key Bindings Default opens an empty Tern.sublime-keymap.
  2. Autocomplete does not work no matter what I did. I have even added tern_command under Preferences.sublime-settings but still no luck. I am sure that tern_for_sublime is running though because alt+. and alt+space are working fine.

Any help would be appreciated.

lawkai avatar Dec 04 '15 13:12 lawkai

+1 to this issue. Key Bindings default is empty. Sublime 3083, OSX Yosemite.

Some observations: Sublime opens Tern.sublime-keymap, but repo contains Default.sublime-keymap with default settings.

prokaktus avatar Dec 08 '15 21:12 prokaktus

Tern does not bind its own key for completion, but hooks into the default completion (bound to alt-/, and activated by default as you type)

marijnh avatar Dec 09 '15 08:12 marijnh

Same issue here. Autocomplete won't work. There's no specific view to apply to my js or jsx files to apply. Babel + official react snippets will show options for JSX elements, but will show no javascript elements. Both problem occurs on a clean Sublime Text 3 and on a ST3 with other plugins. I'm using Windows 7

AlejandroBlanco avatar Dec 21 '16 20:12 AlejandroBlanco