Docs Menu
Docs Home

MongoDB for IntelliJ Plugin

On this page

  • Features
  • Get Started
  • Submit Feedback

The MongoDB for IntelliJ Plugin is designed to improve the development experience for Java developers working with IntelliJ IDEA. The IntelliJ Plugin builds on the existing IntelliJ Database Explorer to streamline the process of writing and managing MongoDB queries directly within the IDE. The IntelliJ Plugin supports the MongoDB Java driver and Spring Data MongoDB.

You can use the IntelliJ Plugin to:

  • Connect to your MongoDB instance and interact with your data.

  • Write, test, and iterate Java queries faster.

  • Identify query and data modeling anti-patterns in your application code.

The IntelliJ Plugin currently supports the following features:

  • Autocomplete for database, collection, and document field names.

  • Database reference validation.

  • Type validation of document fields.

  • Missing index warnings for Java queries.

  • Running Java queries directly in the Database Explorer Playgrounds.

Install the MongoDB for IntelliJ Plugin
Install the IntelliJ Plugin from the JetBrains Marketplace.
Connect to Your MongoDB Deployment
Connect to your MongoDB deployment.

To report bugs, request a feature, or submit general feedback, open a ticket in the MongoDB for IntelliJ Plugin JIRA project.

To learn more, see Submit Feedback.

Next

Install