File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,23 @@ Enable Autocomplete
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
- You can enable autocomplete for MongoDB Playgrounds. Enabling
14
- autocomplete lets you automatically populate database and collection
15
- names when using ``use("")`` or
13
+ You can optionally enable autocomplete for string literals
14
+ inside VSCode. Enabling autocomplete lets you automatically populate
15
+ database and collection names when using ``use("")`` or
16
16
``db.getCollection("")`` syntax within a MongoDB playground.
17
17
18
+ About this Task
19
+ ---------------
20
+
21
+ - You can optionally enable autocomplete for string literals
22
+ inside VSCode. Enabling autocomplete for string literals is a global
23
+ VSCode setting. Changing this setting may affect the behavior and
24
+ performance of other extensions and of VS Code itself.
25
+
26
+ - If you do not want to enable autocomplete for string literals inside
27
+ VSCode. You can use the keyboard shortcut :kbd:`Ctrl` + :kbd:`Space`
28
+ prompt autocomplete in your MongoDB playground.
29
+
18
30
Before you Begin
19
31
----------------
20
32
82
94
You can also autocomplete database names by typing the first
83
95
character of a database name in-between the ``use("")`` statement.
84
96
85
- .. tip::
86
-
87
- You can also press :kbd:`Ctrl` + :kbd:`Space` on your keyboard
88
- to autocomplete.
89
-
90
97
Learn More
91
98
----------
92
99
You can’t perform that action at this time.
0 commit comments