Autocomplete ist not available in the Community Edition of Mongo Management Studio.
In aggregation framework queries and the console mode possible commands will be suggested by the application. During input the commands show up automatically after a short amount of time. They can also be displayed manually by pressing CTRL + Space.
Aggregation framework queries
Typical aggregation commands like $group, $add, $sort are shown here.
A list of all MongoDB aggregation framework commands can be found on: http://docs.mongodb.org/manual/meta/aggregation-quick-reference/
Konsolen-Modus
Hier gibt es 2 mögliche Arten von Autocomplete. Zunächst werden nach der Eingabe "db." die Collections der aktuellen Datenbank angezeigt. Darunter folgt eine Liste mit den Datenbank Funktionen.
Hat man eine Collection ausgewählt, erscheint nun eine Liste aller Collection Funktionen.
Ein Liste aller MongoDB Datenbank Funktionen findet man hier: http://docs.mongodb.org/manual/reference/method/js-database/
Ein Liste aller MongoDB Collection Funktionen findet man hier: http://docs.mongodb.org/manual/reference/method/js-collection/ und http://docs.mongodb.org/manual/reference/method/js-cursor/