Netbeans stores project information in the project.xml file so as not to modify the build.xml file.
You can set code completion for your case. For this:
- right-click on your project and select "Properties
- click "Panel" Path to the source Java class "in the" Categories "panel
- check the box "Separate class path for each folder of the source package"
If you want to add a new source folder, select "Java Source in" in the "Categories" section, and then click the "Add Folder ...
QArea source
share