mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-01 19:58:30 +08:00
watch/trace support <init> completion. #2945
This commit is contained in:
parent
ba380bbc8a
commit
1911278205
@ -238,6 +238,7 @@ public class CompletionUtils {
|
||||
res.add(method.getName());
|
||||
}
|
||||
}
|
||||
res.add("<init>");
|
||||
|
||||
if (res.size() == 1) {
|
||||
completion.complete(res.get(0).substring(lastToken.length()), true);
|
||||
|
Loading…
Reference in New Issue
Block a user