Try to shorten labels for boot property completions
Part 2: also do the same in application.yml See: https://github.com/spring-projects/sts4/issues/361
This commit is contained in:
@@ -39,7 +39,7 @@ public interface ICompletionProposal {
|
||||
|
||||
default boolean isDeprecated() { return false; }
|
||||
|
||||
default ICompletionProposal dropLabelPrefix(int numberOfDroppedChars) {
|
||||
default TransformedCompletion dropLabelPrefix(int numberOfDroppedChars) {
|
||||
return new TransformedCompletion(this) {
|
||||
@Override
|
||||
protected String tranformLabel(String originalLabel) {
|
||||
|
||||
Reference in New Issue
Block a user