Re: [nb4.0] How to update code completetions?
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Hi Yetkin, there is no such action since IDE should always be able to find new classes automatically (during the classpath scan). It is weird that in your case it does not work. Could you please try to put together exact steps for how to reproduce this problem and file a new issue? Martin Yetkin Oezkucur wrote: >Hi, > >I have a project in nb4.0 which consists of ~550 classes. Yesterday I have >created 5 more java files in one of my existing packages without using >NetBeans. So when I start NetBeans, I realize that NetBeans did not add >those classes in its code completion database although it checks the class >paths each time I start the IDE. How can I force NetBeans to update the code >completion database for my project? Is there an action like "update code >completions..." like the one in the previous versions? > >Thanks in advance, >Yetkin > > > > >