editor: Fix edit predictions polluting completions menu#50403
Conversation
Impact
|
|
Hi @osyvokon! |
1bcad13 to
0657677
Compare
|
I think the first change you made is good, seems like a clear bug. The second change however seems over-constrictive as shown by the test failures on that commit. It prevents any snippets from showing up ever. I pushed up a couple commits to make it so we are a bit smarter about when we show snippets based on matching the trigger against the snippet. Would you test these changes out and let me know if you think it fixes the issue for you? |
Ofc, I will look to that rn!!! |
|


Closes #49565
Before you mark this PR as ready for review, make sure that you have:
checklist
Screenshots

Before:
After:


Release Notes:
show_in_completions_menuis disabled (Word completions in Go files are broken despite"words": "disabled"setting #49565)