Implement itemDefaults for CompletionList #1561
Labels
completion
This issue or enhancement is related to completion support
enhancement
New feature or request
performance
This issue or enhancement is related to performance concerns
Milestone
In lemminx maven, there are completions that returns a lot of items in the result. To improve the performance, implement itemDefaults at the end of completion here:
https://github.com/eclipse/lemminx/blob/2b0fe29f52c111be3d5c1dccdf9d08340c63be31/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/XMLCompletions.java#L290
The idea is to get the most common
editRange
between all completion items and set that as in itemDefaults.The text was updated successfully, but these errors were encountered: