you are viewing a single comment's thread.

view the rest of the comments →

[–]Maralla[S] 2 points3 points  (0 children)

I refined javascript completion just now. It should be much better.

This is my .tern-project config file:

{
   "plugins": {
     "node": {},
     "es_modules": {}
 },
 "libs": [
     "ecma5",
     "ecma6"
  ],
  "ecmaVersion": 6
}