@@ -4,22 +4,33 @@ function M.get_config()
4
4
return {
5
5
init_options = {
6
6
extendedClientCapabilities = {
7
- classFileContentsSupport = true ,
8
- generateToStringPromptSupport = true ,
9
- hashCodeEqualsPromptSupport = true ,
7
+ actionableRuntimeNotificationSupport = true ,
10
8
advancedExtractRefactoringSupport = true ,
9
+ advancedGenerateAccessorsSupport = true ,
10
+ advancedIntroduceParameterRefactoringSupport = true ,
11
11
advancedOrganizeImportsSupport = true ,
12
+ advancedUpgradeGradleSupport = true ,
13
+ classFileContentsSupport = true ,
14
+ clientDocumentSymbolProvider = true ,
15
+ clientHoverProvider = true ,
16
+ executeClientCommandSupport = true ,
17
+ extractInterfaceSupport = true ,
12
18
generateConstructorsPromptSupport = true ,
13
19
generateDelegateMethodsPromptSupport = true ,
14
- moveRefactoringSupport = true ,
15
- overrideMethodsPromptSupport = true ,
16
- executeClientCommandSupport = true ,
20
+ generateToStringPromptSupport = true ,
21
+ gradleChecksumWrapperPromptSupport = true ,
22
+ hashCodeEqualsPromptSupport = true ,
17
23
inferSelectionSupport = {
18
- ' extractMethod' ,
19
- ' extractVariable' ,
20
24
' extractConstant' ,
25
+ ' extractField' ,
26
+ ' extractInterface' ,
27
+ ' extractMethod' ,
21
28
' extractVariableAllOccurrence' ,
29
+ ' extractVariable' ,
22
30
},
31
+ moveRefactoringSupport = true ,
32
+ onCompletionItemSelectedCommand = ' editor.action.triggerParameterHints' ,
33
+ overrideMethodsPromptSupport = true ,
23
34
},
24
35
},
25
36
}
0 commit comments