Skip to content

[optimization] Boot properties completions slow to show up #1120

Closed
@BoykoAlex

Description

@BoykoAlex

Initial invocation of content assists for completion proposals may be very slow (~2 sec) for the initial invocation or invocation after the classpath change.

The issue is completion text edit fetches java type data from JDT LS for all property value types. Instead it'd be good to push the computation of part of the edit to the completion item resolve stage. Alternative could be making value type fetching part of the spring properties indexing process (might be a better solution if we switch to YAML LS implementation for Spring Properties YAML)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions