Features I Missed In NetBeans 6.8, came with 6.9 📎
- toString() method can be generated with cmd+i (Mac), or Alt+Enter (Win) and choosing toString. It comes, however, with a small bug - some blanks between attributes are missing (e.g. Post{" + "uri=" + uri + "[]title=" + title + "[]numberOfHits=" + numberOfHits + '}').
- You can easily navigate from an interface to its implementations, as well as from the implementations to its interface by clicking on the "I" icon. Interestingly: I do not use this feature a lot, because I was able to delete most of the interfaces with the introduction of Java EE 6 to my projects.
...already looking forward to NetBeans 7.0