tern_for_sublime
tern_for_sublime copied to clipboard
Can't get autocomplete working.
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.
- Preferences -> Package Settings -> Tern -> Key Bindings Default opens an empty Tern.sublime-keymap.
- 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.
+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.
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)
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