It is really unclear how to setup tern to work with Sublime Text and ES6 Modules.
What steps should I need to take to enable it?
It is really unclear how to setup tern to work with Sublime Text and ES6 Modules.
What steps should I need to take to enable it?
Copyright © 2021 Jogjafile Inc.
tern_for_sublimeusing Sublime'sPackage ControlFix Mac Pathusing Sublime'sPackage Control(why?)Create a file named
.tern-configin you Home directory (not your project):/Users/<your-username>/.tern-configTo automatically show completions after "." is typed, open your sublime preferences (found in Sublime Text > Preferences > Settings - User) and add this line:
Optionally, you can override settings per project by creating a
.tern-projectfile in the root of your project.Enjoy.