|
| 1 | +.. _intellij-index: |
| 2 | + |
1 | 3 | ===========================
|
2 |
| -MongoDB for IntelliJ Plugin |
| 4 | +{+intellij-full+} |
3 | 5 | ===========================
|
4 | 6 |
|
5 | 7 | .. default-domain:: mongodb
|
6 | 8 |
|
7 |
| -Content here will be added in DOCSP-45086. |
| 9 | +.. meta:: |
| 10 | + :description: The MongoDB for IntelliJ Plugin is a tool designed to improve the development experience for Java developers working with IntelliJ IDEA. |
| 11 | + |
| 12 | +.. contents:: On this page |
| 13 | + :local: |
| 14 | + :backlinks: none |
| 15 | + :depth: 1 |
| 16 | + :class: singlecol |
| 17 | + |
| 18 | +The {+intellij-full+} is designed to improve the development experience |
| 19 | +for Java developers working with IntelliJ IDEA. The {+intellij-short+} builds on |
| 20 | +the existing IntelliJ Database Explorer to streamline the process of writing |
| 21 | +and managing MongoDB queries directly within the IDE. The {+intellij-short+} |
| 22 | +supports the :driver:`MongoDB Java driver </java/>` and `Spring Data MongoDB |
| 23 | +<https://docs.spring.io/spring-data/mongodb/reference/index.html>`_. |
| 24 | + |
| 25 | +You can use the {+intellij-short+} to: |
| 26 | + |
| 27 | +- Connect to your MongoDB instance and interact with your data. |
| 28 | + |
| 29 | +- Write, test, and iterate Java queries faster. |
| 30 | + |
| 31 | +- Identify query and data modeling anti-patterns in your application code. |
| 32 | + |
| 33 | +Features |
| 34 | +-------- |
| 35 | + |
| 36 | +The {+intellij-short+} currently supports the following features: |
| 37 | + |
| 38 | +- :ref:`Autocomplete <intellij-autocomplete>` for database, collection, and |
| 39 | + document field names. |
| 40 | + |
| 41 | +- :ref:`Type validation <intellij-type-validation>` of document fields. |
| 42 | + |
| 43 | +- :ref:`Missing index warnings <intellij-index-warning>` for Java queries. |
| 44 | + |
| 45 | +Get Started |
| 46 | +----------- |
| 47 | + |
| 48 | +:ref:`intellij-install` |
| 49 | + Install the {+intellij-short+} from the JetBrains Marketplace. |
| 50 | + |
| 51 | +:ref:`intellij-connect` |
| 52 | + Connect to your MongoDB deployment. |
| 53 | + |
| 54 | +Submit Feedback |
| 55 | +--------------- |
| 56 | + |
| 57 | +To report a bugs, request a feature, or submit general feedback, open a |
| 58 | +ticket in the `MongoDB for IntelliJ Plugin JIRA project <https://jira.mongodb.org/projects/INTELLIJ/issues/>`__. |
| 59 | + |
| 60 | +To learn more about submitting feedback, see :ref:`intellij-submit-feedback`. |
8 | 61 |
|
9 | 62 | .. toctree::
|
10 | 63 | :titlesonly:
|
|
0 commit comments