

Some of the most common patterns (going between the terminal, code editor, debugger, git, npm, and DB browser) requires navigating between like seven different places in no logical arrangement. Though since you mentioned IntelliJ, I find its UI pretty hectic too, a hodgepodge of 90s-style MDI and modern tabs and split panes. I've heard something about a graphical widget kit that emulates native on Java, but as far as I can tell IntelliJ (and most Java apps I've seen) don't use it. Nothing looks or feels native on any platform. I don't actually mean IntelliJ in particular, but Java having its own UI kit. What's the long-term play that I'm missing?
#Webstorm price license#
Either they keep Fleet cut down, disadvantaging it in comparisons against VSCode, or they make it full-featured, and cannibalize IntelliJ license renewals. I really don't understand the product strategy here.

They're not like Microsoft, where sacrificing some Visual Studio sales can be justified as a way of attracting developers to the broader platform. Their IDEs are cross-platform (though, admittedly, some platforms are more equal than others). VSCode was an effort to reach out to those developers and tell them, "Hey, even if you don't use Windows, even if you've never touched C#, we still have something to offer you." They didn't have anything to offer for developers who weren't already bought into the Windows/.Net stack. I understand why Microsoft came out with VSCode. If they did that, then why would anyone buy IntelliJ? We’re also ready to revise the rollout timeframe based on the feedback we receive if it turns out that we need to do more design work in certain areas.>If they make it free, they could get a big chunk of the market, especially if they actually provide it with IntelliJ level of autocomplete, refactorings, multicursor support etc. While we are still iterating on the refinement and polishing of the new UI (based on the insightful feedback we expect to get from our users), we plan to keep both the old and new UI for at least a year after the new UI becomes the default. The new UI will eventually be available in all IntelliJ-based products, but it’s possible that the rollout for some of the products will be delayed. Later this year, we’ll let everyone try the new UI, and next year we plan to make it the default – first for new users and then for everyone else.


Right now we’re starting a preview program, where a limited number of users will get access to early preview builds of the new UI and the option to share feedback directly with the design and development team. Because of that, we’re taking a gradual, feedback-driven approach to rolling it out. The new UI is a huge undertaking which affects the day-to-day work of all of our users. The new UI is intended to be fully compatible with all IntelliJ plugins (theme plugins may need to be updated). We’ve changed the look and feel and some of the UX aspects of the main IDE window, while all the code-centric features and integrations work exactly as before. While Fleet is a new product representing our attempt to rebuild the entire IDE from scratch, the new UI is a redesign of the existing JetBrains IDE product line. We’ve also published a more detailed list of changes and known issues. Simplified main toolbar with new VCS, Project, and Run widgets.Our goals were to reduce visual complexity, provide easy access to essential features, and progressively disclose complex functionality as needed – resulting in a look-and-feel that we believe is clean, modern, and powerful. Therefore, we made the bold decision to look at the UI with fresh eyes and completely reimagine the way IntelliJ IDEA and related IDEs should look and feel in this day and age. This is a problem we can’t address without major changes. Meanwhile, the UI trends in the industry have evolved, and many of our new users tell us that the UI appears heavyweight and dated. However, many aspects of our UI have changed relatively little during that time, primarily because we wanted to keep the UI familiar for the millions of existing users of our IDEs. Over these past 20 years, we’ve been evolving all aspects of our product, including its user interface and usability. Last year IntelliJ IDEA celebrated its 20th birthday. Go to Settings | Appearance & Behavior | New UI to enable it. Update: The beta version of the new UI is available to all users in the 2022.3 release.
