I am trying to look at the Netbeans code here: https://github.com/apache/incubator-netbeans
In our libraries we usually have a docs folder with markdown files documenting the different aspects of the code base - how is it organized, and the process of development. I am not a JAVA developer, but may give it a try, because I like Netbeans as a web development (PHP) IDE. Is it possible to configure the setup, with a source map, so I can see which code is executed when I navigate and executes tasks in the UI? It doesn't look like you are using tests in your code, if I add new features and fixed bugs, it may just be a PR to the master branch? Thanks.