@@ -17,7 +17,7 @@ Navigate Your Data
1717Once you :ref:`connect to your deployment <vsce-connect>` using |vsce|,
1818use the left navigation to:
1919
20- - Explore your databases, collections, read-only views, and documents.
20+ - Explore your databases, collections, read-only views, and documents.
2121
2222- Create new databases and collections.
2323
@@ -31,40 +31,39 @@ use the left navigation to:
3131
3232 .. include:: /includes/fact-required-roles.rst
3333
34- Databases and Collections
35- -------------------------
34+ View Databases and Collections
35+ ------------------------------
3636
37- When you expand an active connection, |vsce| shows the databases in that
38- deployment. Click a database to view the collections it contains .
37+ When you expand an active connection, |vsce| shows the databases in
38+ that deployment .
3939
40- Click a collection to view its documents, schema, and indexes.
40+ - Click the name of a database to view the collections it contains.
41+ - Click the name of a collection to view its documents, schema, and
42+ indexes.
43+
44+ .. include:: /includes/admonitions/close-all-docs-on-exit.rst
4145
4246View Collection Documents and Schema
4347~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4448
49+ When you expand a collection, |vsce| displays the number of documents
50+ next to the :guilabel:Documents label in the navigation panel.
51+
4552Documents
4653``````````
4754
48- When you expand a collection, |vsce| displays that collection's
49- document count next to the :guilabel:`Documents` label in the
50- navigation panel.
51-
5255When you expand a collection's documents, |vsce| lists the ``_id`` of
5356each document in the collection. Click an ``_id`` value to open that
54- document in VS Code and view its contents.
57+ document in |vscode-short| and view its contents.
5558
56- .. note: :
59+ You may edit this single document :
5760
58- You cannot open a single document within a read-only view.
61+ .. include:: /includes/seq-edit-document.rst
5962
60- Alternatively, right-click a collection and click
61- :guilabel:`View Documents` to view all of the collection's documents
62- in an array.
63+ To view all of the collection's documents in an array, you can:
6364
64- Opening collection documents provides a **read-only** view of your data.
65- To modify your data using |vsce|, use a :ref:`JavaScript Playground
66- <vsce-crud>` or launch a shell by right-clicking your active deployment
67- in the MongoDB view in the Activity Bar.
65+ 1. Right-click a collection.
66+ 2. Click :guilabel:`View Documents`.
6867
6968.. include:: /includes/admonitions/document-search-template.rst
7069
@@ -87,8 +86,8 @@ field name for a text description of the field's data type.
8786Manage Indexes
8887~~~~~~~~~~~~~~
8988
90- Your collections's indexes are listed under the :guilabel:`Indexes`
91- heading. When you expand an index, each index key appears with an icon
89+ Your collections's indexes are listed under the :guilabel:`Indexes`
90+ heading. When you expand an index, each index key appears with an icon
9291designating its type. Index key types include:
9392
9493- Ascending
@@ -99,15 +98,15 @@ designating its type. Index key types include:
9998
10099.. note::
101100
102- You can open a :ref:`MongoDB Playground <vsce-crud>`
103- pre-configured to create an index by hovering over the
104- :guilabel:`Indexes` label in the navigation panel and clicking the
105- :icon-fa4:`plus` icon that appears.
101+ You can open a :ref:`MongoDB Playground <vsce-crud>` pre-configured
102+ to create an index by hovering over the :guilabel:`Indexes` label
103+ in the navigation panel and clicking the :icon-fa4:`plus` icon that
104+ appears.
106105
107106.. seealso::
108107
109- For more information about MongoDB indexes, see the documentation in
110- the :manual:`server manual </indexes>`.
108+ To learn more about MongoDB indexes, see the
109+ :manual:`server manual </indexes>`.
111110
112111Create a New Database
113112~~~~~~~~~~~~~~~~~~~~~
0 commit comments