Skip to content

Commit 8bfce2a

Browse files
authored
DOCSP-44962-Connections-Toolbar (#8)
* DOCSP-44962-Connections-Toolbar * external review;
1 parent 9d74e5e commit 8bfce2a

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

source/connect.txt

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,28 @@ Steps
8282
.. image:: /images/connect/intellij-select-databases-to-load.png
8383
:alt: Select the databases to load.
8484

85+
.. step:: Select a data source using the Connections Toolbar.
86+
87+
The Connections Toolbar is a feature of the {+intellij-full+} that
88+
allows you to select a data source associated with your application
89+
from within the editor window.
90+
91+
When you open a file that contains MongoDB code, a toolbar appears at
92+
the top of the file as shown in the image below.
93+
94+
.. image:: /images/connect/intellij-connections-toolbar.png
95+
:alt: The Connections Toolbar appears at the top of the file.
96+
97+
This toolbar has a drop-down that allows you to select a data source
98+
associated with your application.
99+
100+
For the best experience, the data source you select should
101+
contain the following:
102+
103+
- All of the databases, collection, and fields your application code
104+
uses.
105+
- All of the indexes used by your queries.
106+
85107
.. step:: (*Optional*) Launch Playgrounds.
86108

87109
To launch the Playgrounds, click the highlighted button in
@@ -97,9 +119,3 @@ Next Steps
97119
- :ref:`<intellij-type-validation>`
98120
- :ref:`<intellij-autocomplete>`
99121
- :ref:`<intellij-index-warning>`
100-
101-
102-
.. toctree::
103-
:titlesonly:
104-
105-
Connections Toolbar </connect/connections-toolbar>

source/connect/connections-toolbar.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.
Loading

0 commit comments

Comments
 (0)