MongoDB for IntelliJ Plugin
On this page
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.
Features
The IntelliJ Plugin currently supports the following features:
Autocomplete for database, collection, and document field names.
Type validation of document fields.
Missing index warnings for Java queries.
Running Java queries directly in the Database Explorer Playgrounds.
Get Started
- Install the MongoDB for IntelliJ Plugin
- Install the IntelliJ Plugin from the JetBrains Marketplace.
- Connect to Your MongoDB Deployment
- Connect to your MongoDB deployment.
Submit Feedback
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.