Thank you. For those who do not want to spend time: The redesigned Structure tool window is available in IntelliJ IDEA Ultimate 2024.3. So the feature is not in the Community edition
@AntonKozubJetBrains27 күн бұрын
It's not entirely true. The API for the Logical View is placed in the core of the IDE and available for plugin developers. For example, with "JPA Buddy" plugin you can see the Logical view of JPA entities in IDEA Community. But most of features mentioned in the video are related to Spring, and as soon as Spring support is in Ultimate version only, they are not available in Community.
@flatmapper26 күн бұрын
@@AntonKozubJetBrains ok then perfect
@milosristic111129 күн бұрын
Hello,I am here as usual.Cheers :)
@lakshmiprabhakarkoppolu910028 күн бұрын
Nicr session Mala and Siva. Application.json or YAML FILES comparision of endpounts is tough thing 😊
@CrickerThoughts29 күн бұрын
Thanks Alot Shiva 🙏🙏
@ChikereEzeh3 күн бұрын
I have IntelliJ IDEA 2024.3.1.1 (Ultimate Edition) but I still can't see the Logical code structure or the Physical structure, just Structure (Spring Boot application)
@josemanueldopereiro595724 күн бұрын
Hello there, I think that the best way to understand a complex application codebase that you face for the first time is to look at the tests, namely unit, integration and most importantly functional tests.