@@ -6,10 +6,94 @@ Install the MongoDB for IntelliJ Plugin
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. facet::
10
+ :name: genre
11
+ :values: tutorial
12
+
13
+ .. meta::
14
+ :description: Install the MongoDB for IntelliJ Plugin from the JetBrains Marketplace.
15
+
9
16
.. contents:: On this page
10
17
:local:
11
18
:backlinks: none
12
19
:depth: 1
13
20
:class: singlecol
14
21
15
- Content on this page will be addressed in DOCSP-44808.
22
+ To install the {+intellij-full+} from the JetBrains Marketplace, follow the
23
+ steps on this page.
24
+
25
+ Prerequisites
26
+ -------------
27
+
28
+ To install the {+intellij-short+}, ensure that you install IntelliJ IDEA
29
+ Ultimate 2024.1.1 or later.
30
+
31
+ To check your current version of IntelliJ IDEA, open the
32
+ :guilabel:`IntelliJ IDEA` system menu and click :guilabel:`About IntelliJ IDEA`.
33
+
34
+ Steps
35
+ -----
36
+
37
+ .. procedure::
38
+ :style: normal
39
+
40
+ .. step:: Open the Settings menu.
41
+
42
+ Open the :guilabel:`IntelliJ IDEA` system menu and click
43
+ :guilabel:`Settings`.
44
+
45
+ Alternatively, you can press :kbd:`Cmd` + :kbd:`,` on macOS or
46
+ :kbd:`Ctrl` + :kbd:`Alt` + :kbd:`S` on Windows and Linux.
47
+
48
+ .. step:: Show the Plugins tab.
49
+
50
+ In the left-hand navigation column, click :guilabel:`Plugins`.
51
+
52
+ .. step:: Open the Custom Plugin Repositories modal.
53
+
54
+ Click the gear icon next to the :guilabel:`Installed` tab to open a
55
+ drop-down menu and select :guilabel:`Manage Plugin Repositories`.
56
+
57
+ .. image:: /images/intellij-plugin-settings.png
58
+ :alt: Click the gear icon to open the plugin settings.
59
+
60
+ .. step:: Add a new repository.
61
+
62
+ In the :guilabel:`Custom Plugin Repositories` modal, click the
63
+ :guilabel:`+` icon to add a new repository.
64
+
65
+ Paste the following URL:
66
+
67
+ .. code-block::
68
+
69
+ https://plugins.jetbrains.com/plugins/beta/list
70
+
71
+ .. step:: Click OK and Restart the IDE.
72
+
73
+ After you restart the IDE, open the :guilabel:`Settings` and
74
+ navigate to the :guilabel:`Plugins` menu again.
75
+
76
+ .. step:: Search for the MongoDB Plugin.
77
+
78
+ In the :guilabel:`Marketplace` tab of the :guilabel:`Plugins` menu, search
79
+ for ``MongoDB``.
80
+
81
+ .. important::
82
+
83
+ Make sure to download only the official MongoDB plugin from MongoDB Inc
84
+ on the JetBrains Marketplace.
85
+
86
+ .. image:: /images/intellij-plugin.png
87
+ :width: 400px
88
+ :alt: The official MongoDB for IntelliJ Plugin on the JetBrains Marketplace.
89
+
90
+ .. step:: Click the Install button.
91
+
92
+ After you install the {+intellij-short+}, click :guilabel:`OK` in the
93
+ bottom right-hand corner of the :guilabel:`Settings` menu.
94
+
95
+
96
+ Next Steps
97
+ ----------
98
+
99
+ - :ref:`intellij-connect`
0 commit comments