Entered to IDEA tracker # 2759 http://www.intellij.net/tracker/idea/viewSCR?publicId=2759
IDEA could make QuickJavaDocs? available in "Select Methods to Override" dialog.
Or even better - all list(tree)Views displaying classes, methods and members could be capable of displaing QuickJavaDocs?.
- Project/Structure/Hierarchy/Commander panels
- Override/Implement/Delegate dialogs
Example:
class SomethingTableModel extends AbstractTableModel {
}
- Ctrl+I to implement all abstract methods. IDEA stubs them for me. Perfect.
- Ctrl+O to refine model. There are 19 methods to override. Now ... which should I override. Is default getColumnName good enough?
- If I could see QuickDoc? It would be easy to discover that default column names are A,B,C,...Z,AA,AB,...
-- AdaMajorek - 13 Jun 2002
|
|