Package org.eclipse.lemminx.utils
Class CompletionItemDefaultsUtils
- java.lang.Object
-
- org.eclipse.lemminx.utils.CompletionItemDefaultsUtils
-
public class CompletionItemDefaultsUtils extends Object
CompletionItemDefaultsUtils for implementing itemDefaults in completion list
-
-
Constructor Summary
Constructors Constructor Description CompletionItemDefaultsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprocess(CompletionResponse completionResponse, SharedSettings sharedSettings)Processes the completion list and manages item defaults.
-
-
-
Method Detail
-
process
public static void process(CompletionResponse completionResponse, SharedSettings sharedSettings)
Processes the completion list and manages item defaults.- Parameters:
completionResponse- the completion responsesharedSettings- the shared settings
-
-