You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a Query Shell Editor to have completion, highlight, syntax error, etc for MongoDB query.
Ex : you type
db.
+CTrl+Space and it display completion with all database names.
As MongoDB query is Javascript we should have a Javascript editor. I think XText is a bad idea because javascript is dynamic. So I think we should to use JSDT or DLTK Javascript.
Provides a Query Shell Editor to have completion, highlight, syntax error, etc for MongoDB query.
Ex : you type
db.
+CTrl+Space and it display completion with all database names.
As MongoDB query is Javascript we should have a Javascript editor. I think XText is a bad idea because javascript is dynamic. So I think we should to use JSDT or DLTK Javascript.
I have posted my question for JSDT at http://www.eclipse.org/forums/index.php/t/367942/
The text was updated successfully, but these errors were encountered: