Skip to content

Commit 0d1966d

Browse files
committed
*
1 parent 893e55e commit 0d1966d

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

source/enable-autocomplete.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,23 @@ Enable Autocomplete
1010
:depth: 1
1111
:class: singlecol
1212

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
1616
``db.getCollection("")`` syntax within a MongoDB playground.
1717

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+
1830
Before you Begin
1931
----------------
2032

@@ -82,11 +94,6 @@ Steps
8294
You can also autocomplete database names by typing the first
8395
character of a database name in-between the ``use("")`` statement.
8496

85-
.. tip::
86-
87-
You can also press :kbd:`Ctrl` + :kbd:`Space` on your keyboard
88-
to autocomplete.
89-
9097
Learn More
9198
----------
9299

0 commit comments

Comments
 (0)