angelozerr / tern.java

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

Integrate mongo-shell #144

Open paulvi opened 9 years ago

paulvi commented 9 years ago

as discussed in https://github.com/angelozerr/tern-node-mongodb-native/issues/1#issuecomment-58845803

mongo shell support in independent issue

paulvi commented 9 years ago

For Mongo Shell it make great UX to have suggest in Eclipse Terminal.

Though amount of work would be larger. Bug 447206 - [TERMINALS] API for line completion suggestions

angelozerr commented 9 years ago

@paulvi it should be cool if you can explorer how to open a completion inside Eclipse Console. After that I could help you to integrate tern with Eclipse Console.

paulvi commented 9 years ago

As answered in Bug 447206 that would be too much work (API and people involved)

angelozerr commented 9 years ago

"target-side tab completion" as explained in this bug, could not be used?

angelozerr commented 9 years ago

http://pydev.sourceforge.net/manual_adv_interactive_console.html#code-completion manages completion inside Eclipse Console no?

paulvi commented 9 years ago

Inside TCF-Terminal tab completion is the same as in local shell.

Nice to know tat PyDev also has this

So maybe using TCF-Terminal is overkill. On the other hand it would provide completion while working on remote server.

paulvi commented 9 years ago

let's keep this issue for Mongo Shell tern module and have more generic completion inside Eclipse Console as #155