angelozerr / tern.java

Use tern.js in Java context
http://ternjs.net/
Other
249 stars 52 forks source link

disable ecma5 content assist #432

Open chientranthien opened 8 years ago

chientranthien commented 8 years ago

ecma5 content assist is not necessary for me. So how do i disable it?

angelozerr commented 8 years ago

Tern supports ES5 and ES6 version. It is based on that for her inference engine. So you cannot disable ecma5. I don't understand very well your need (perhaps you wish to have ES3?).

chientranthien commented 8 years ago

abc

i want to remove 3 first suggestions. I never use those suggestions while developing. how can i do that?

angelozerr commented 8 years ago

You cannot :