mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[Java] When we complete class name after new then if constructor(s) exist: show documentation for it, for several constructors suggest list of links to particular constructor documentation, same way as we do for (overloaded) calls.
Also try hard for documentation to work on incomplete new expressions like 'new Class<caret>', 'new Class(<caret>)'. As useful side effect method documentation links are shown for overloads (or method documentation for no overloads) when documentation action is invoked in argument list.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Test1 {
|
||||
public void foo() {
|
||||
new Tim<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user