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_sublime
using Sublime'sPackage Control
Fix Mac Path
using Sublime'sPackage Control
(why?)Create a file named
.tern-config
in you Home directory (not your project):/Users/<your-username>/.tern-config
To 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-project
file in the root of your project.Enjoy.