Skip to content

Commit 893e55e

Browse files
committed
*
1 parent 2865724 commit 893e55e

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

source/enable-autocomplete.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vs-code-enable-autocomplete:
22

3-
====================
4-
Enable Auto Complete
5-
====================
3+
===================
4+
Enable Autocomplete
5+
===================
66

77
.. contents:: On this page
88
:local:
@@ -71,7 +71,7 @@ Steps
7171
.. step:: Test the autocompletion feature
7272

7373
In a new playground file connected to your deployment,
74-
type the first two characters of a collection name between
74+
type the first character of a collection name between
7575
``db.getCollection("")`` and click the full name to populate
7676
the collection name:
7777

@@ -80,11 +80,7 @@ Steps
8080
:alt: Get collection autocomplete
8181

8282
You can also autocomplete database names by typing the first
83-
character of a database name in-between the ``use("")`` statement:
84-
85-
.. figure:: /images/vsce-use-database-auto-complete.png
86-
:figwidth: 700px
87-
:alt: Use database autocomplete
83+
character of a database name in-between the ``use("")`` statement.
8884

8985
.. tip::
9086

-56.2 KB
Loading
-123 KB
Binary file not shown.

source/playgrounds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ Consideration for Authentication
261261
.. toctree::
262262
:titlesonly:
263263

264-
/enable-autocomplete
265264
/playground-databases
266265
/crud-ops
267266
/run-agg-pipelines
267+
/enable-autocomplete
268268
/export-to-language
269269
/require-modules

0 commit comments

Comments
 (0)