82
82
.. image:: /images/connect/intellij-select-databases-to-load.png
83
83
:alt: Select the databases to load.
84
84
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
+
85
107
.. step:: (*Optional*) Launch Playgrounds.
86
108
87
109
To launch the Playgrounds, click the highlighted button in
@@ -97,9 +119,3 @@ Next Steps
97
119
- :ref:`<intellij-type-validation>`
98
120
- :ref:`<intellij-autocomplete>`
99
121
- :ref:`<intellij-index-warning>`
100
-
101
-
102
- .. toctree::
103
- :titlesonly:
104
-
105
- Connections Toolbar </connect/connections-toolbar>
0 commit comments