predragnikolic

Results 197 comments of predragnikolic

Yes, this would be really useful. There was some experimentation in the Mir repo that LSP could take over: https://github.com/user-attachments/assets/b977c62c-dc48-4597-bdc0-1dce228a00aa The code in Mir looks like this: https://github.com/Istok-Mir/Mir/blob/main/debug_hover_provider.py (I am...

Related issue https://github.com/sublimelsp/LSP/issues/2012

✅ https://github.com/sublimelsp/LSP/issues/2606 is fixed with this PR Previously, the bullet points were presented inline. Now, they are correctly rendered. ✅ https://github.com/sublimelsp/LSP/issues/2012 is fixed with this PR Previously, if we had...

Tested with ST 4202 and 4199. ✅ (tested yesterday and today haven't noticed any issue)

build v4168 gif ![output4168](https://github.com/sublimehq/sublime_text/assets/22029477/23278268-d45b-4c56-9e34-fe5ac907dda1) build v4170 gif ![output4170](https://github.com/sublimehq/sublime_text/assets/22029477/90b22128-db35-4dc9-9eef-261fb74cbd1a) While I can 4170 being faster than 4168 the delay is still noticeable. I would not close this ticket until the delay...

This is a response from John from 2020 while debugging a bug with DYNAMIC_COMPLETIONS, copying the response here as it might be useful/related (and it doesn't contain any sensitive information.)...

@beingminimal the approach in your comment is not SSR friendly. And can probably cause FOUC. There is a declarative shadow root now.... I am just not sure how it plays...