You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Scintilla attempts to make the selection based on alphabetic sorting but we have autocompletion items sorted by some internal logic of the LSP server. While the plugin tries to select the first item in this list, the wrong item gets selected by Scintilla first which leads to some flickering:
Right now, Scintilla attempts to make the selection based on alphabetic sorting but we have autocompletion items sorted by some internal logic of the LSP server. While the plugin tries to select the first item in this list, the wrong item gets selected by Scintilla first which leads to some flickering:
https://sourceforge.net/p/scintilla/bugs/2403/
Try to submit some patch to Scintilla to fix this problem.
The text was updated successfully, but these errors were encountered: