Skip to content

Commit 81b037c

Browse files
authored
DOCSP-12957: [VSCODE] Hover over a field name to show a type value written as text (mongodb#34)
1 parent 98aabb6 commit 81b037c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/databases-collections.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ collection documents have the same shape.
8181
When you expand a collection's schema, |vsce| lists the fields which
8282
appear in that collection's documents. If a field exists in all
8383
documents and its type is consistent throughout the collection, |vsce|
84-
displays an icon indicating that field's data type.
84+
displays an icon indicating that field's data type. Hover over the
85+
field name for a text description of the field's data type.
8586

8687
Manage Indexes
8788
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)