Rafał Chłodnicki
Rafał Chłodnicki
I believe that it only reproduces if the reference is in the same file you are already in. At least I was only able to reproduce in that case.
It's caused by this core issue: https://github.com/sublimehq/sublime_text/issues/2411
> I was thinking of adding additional text in the st_detail field to distinguish insert/replace variants, instead of a command. The current diff isn’t very discoverable. I wonder how many...
In case it makes it easier, I'm gonna state now that I'm fine with how it is now if you just update the setting description. I will look once again...
> Closes #1413 I think this needs to be added to the initial comment to actually have an effect on merging.
Seems fine to me. Someone might still be using it to insert a line break but since shift+enter works it might not be a problem.
I'm still thinking how we could visualize if completion supports insert/replace... - It shouldn't mention specific key binding as we can't tell which one is defined. - It shouldn't take...
@willrowe I believe that in both steps 7 and 8 the expected completions are all there. They are just not being sorted and matched properly because the `$` doesn't seem...
Created core issue: https://github.com/sublimehq/sublime_text/issues/5437
> It doesn't work, popups still appears, what am I doing wrong? Screenshot of my LSP.sublime-settings file: It needs to be set per-server. So in LSP-typescript settings (or whatever server...