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
* feat: edit documents from the collection view (VSCODE-183)
* feat: track document edited from collectionview
* refactor: update public and private functions for editors
* feat: handle identical namespaces for different connections
* test: import sinon and mock active editor
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ MongoDB for VS Code makes it easy to work with MongoDB, whether your own instanc
8
8
9
9
### Navigate your MongoDB Data
10
10
11
-
- Navigate your database, collections and read-only views
11
+
- Navigate your databases, collections, and read-only views
12
12
- See the documents in your collections
13
13
- Edit documents and save changes to the database
14
14
- Get a quick overview of your schema and your indexes
@@ -21,8 +21,9 @@ MongoDB Playgrounds are the most convenient way to prototype and execute CRUD op
21
21
22
22
- Prototype your queries, aggregations, and MongoDB commands with MongoDB syntax highlighting and intelligent autocomplete for MongoDB shell API, MongoDB operators, and for database, collection, and field names.
23
23
- Run your playgrounds and see the results instantly. Click the play button in the tab bar to see the output.
24
-
- Save your playgrounds in your workspace and use them to document how your application interacts with MongoDB
25
-
- Build aggregations quickly with helpful and well-commented stage snippets
24
+
- Edit documents returned by your playground.
25
+
- Save your playgrounds in your workspace and use them to document how your application interacts with MongoDB.
26
+
- Build aggregations quickly with helpful and well-commented stage snippets.
0 commit comments