Results 4 comments of fortime

Here is the steps: 1. Apply this patch to ycmd, commit id: 8b61f198. The commit id of YouCompleteMe is 63ab13e9. ``` diff --git a/ycmd/completers/java/java_completer.py b/ycmd/completers/java/java_completer.py index 33803957..03dbc1c4 100644 --- a/ycmd/completers/java/java_completer.py...

> It's not pretty, but the simplest java rename case works. Request for comments/feedback! #4271 [ycm-core/ycmd#1766](https://github.com/ycm-core/ycmd/pull/1766) Thank you for your work @bstaletic . Actually, I open this issue for discussing...

> LSP protocol says we need to apply chunks in order of appearance. More than that, I can easily imagine some cases where sorting would be wrong. > > 1....

with this patch, I get multiple suggestions. ```patch diff --git a/lua/copilot_cmp/completion_functions.lua b/lua/copilot_cmp/completion_functions.lua index f1ed1cd..9d0c1fa 100644 --- a/lua/copilot_cmp/completion_functions.lua +++ b/lua/copilot_cmp/completion_functions.lua @@ -25,7 +25,8 @@ methods.getCompletions = function (self, params, callback) })...