The plugin development ecosystem for JetBrains environments has received a notable update in the second quarter of 2026, with changes affecting both API stability and developer experience. At Q2BSTUDIO, as a company specialized in custom software, we closely monitor these changes because they directly impact how we build extensions for the tools our clients use. Below, we analyze the key updates from a technical and business perspective, including how artificial intelligence, cybersecurity, and the cloud intertwine with these improvements.
Internal API notifications and exceptions at your fingertipsOne of the most relevant changes comes through the JetBrains Marketplace: it now automatically notifies authors when their plugins use internal APIs. This allows reviewing and replacing unsupported dependencies before they cause compatibility issues. For those of us developing cloud solutions on AWS or Azure, this feature is critical, as many plugins interact with remote services and must stay up to date with platform changes. Additionally, the Exceptions tab is now available by default for all authors, making it easier to diagnose production errors and improve plugin stability.
Development tool updatesThe IntelliJ Platform Plugin Template 2.6.0 simplifies initial project configuration, delegating tasks like changelog management to the Gradle plugin itself. Version 2.18.1 of the IntelliJ Platform Gradle Plugin introduces support for product-specific dependencies, improving resolution of bundled plugins and optimizing the test classpath. Meanwhile, the IntelliJ Plugin Verifier 1.409 reduces memory consumption and speeds up batch verification — essential when working with multiple IDE versions. These improvements are especially valuable in continuous integration environments where speed and reliability are priorities.
Distribution size optimizationA recurring tip in this newsletter is to optimize plugin size to avoid interrupted downloads. Reusing platform utilities, removing duplicate dependencies, compressing assets, and downloading heavy resources on demand are recommended practices. At Q2BSTUDIO we apply these principles both in developing AI agents and in BI solutions with Power BI, where a lightweight and efficient plugin makes the difference in end-user experience.
The role of artificial intelligence and cybersecurityThe new asynchronous write APIs in the Virtual File System (VFS) and support for optional content modules allow building more modular plugins adaptable to different IDE editions. From a cybersecurity perspective, the ability to control when pending writes are flushed is crucial to ensure that external tools (formatters, VCS commands) work on consistent data, preventing information leaks or inconsistent states. Likewise, the introduction of EelApi for Dev Containers, WSL, and local projects opens the door to plugins that run securely in cloud infrastructures, aligning with the cloud computing strategies we implement.
Community and continuous learningThe plugin developer community continues to provide valuable resources. From tutorials on multi-module Gradle configuration to implementations of OAuth2 with PKCE for authentication in plugins, the available material helps teams stay updated. In particular, the open-sourcing of the LSP (Language Server Protocol) client in IntelliJ IDEA 2026.2 is a milestone: any IntelliJ-based IDE can now benefit from the same battle-tested API, facilitating the creation of AI-powered code assistants. At Q2BSTUDIO we see this as an opportunity to integrate AI agents directly into the developer workflow, improving productivity without compromising security.
Conclusion: toward a more robust and flexible ecosystemThe second quarter 2026 updates reflect JetBrains' commitment to stability, performance, and developer experience. For companies like Q2BSTUDIO, which combine custom application development, artificial intelligence, cybersecurity, and cloud, these tools are the foundation on which we build innovative solutions. Keeping up with Marketplace updates, Gradle plugins, and compatibility verifiers is not just a technical task — it is a competitive advantage. We invite all developers to explore these changes and adapt their plugins to make the most of modern IDEs, whether in local, remote, or hybrid environments.





