@@ -37,11 +37,11 @@ Databases and Collections
37
37
When you expand an active connection, |vsce| shows the databases in that
38
38
deployment. Click a database to view the collections it contains.
39
39
40
+ Click a collection to view its documents, schema, and indexes.
41
+
40
42
View Collection Documents and Schema
41
43
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
44
43
- Click a collection to view its documents, schema, and indexes.
44
-
45
45
Documents
46
46
``````````
47
47
@@ -83,19 +83,26 @@ appear in that collection's documents. If a field exists in all
83
83
documents and its type is consistent throughout the collection, |vsce|
84
84
displays an icon indicating that field's data type.
85
85
86
- Indexes
87
- ```````
86
+ Manage Indexes
87
+ ~~~~~~~~~~~~~~
88
88
89
- Your collections's indexes are listed under the :guilabel:`Indexes` heading.
90
- When you expand an index, each index key appears with an icon designating
91
- its type. Index key types include:
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
91
+ designating its type. Index key types include:
92
92
93
93
- Ascending
94
94
- Descending
95
95
- Geospatial (2d, 2dsphere, geoHaystack)
96
96
- Text
97
97
- Hashed
98
98
99
+ .. note::
100
+
101
+ You can open a :ref:`MongoDB Playground <vsce-crud>`
102
+ pre-configured to create an index by hovering over the
103
+ :guilabel:`Indexes` label in the navigation panel and clicking the
104
+ :icon-fa4:`plus` icon that appears.
105
+
99
106
.. seealso::
100
107
101
108
For more information about MongoDB indexes, see the documentation in
0 commit comments