rusproject

Results 24 comments of rusproject

It would be great if such feature was released. Is here temporarily workaround? Maybe we could use console commands for enabling and disabling "hoverProvider", and bind them to hotkeys? Can...

> You need to use > > ```js > { > "disabled_capabilities": { > "hoverProvider": true > }, > } > ``` > It doesn't work, popups still appears, what...

Thank you, now it works. I wrote a comment in [#1184](https://github.com/sublimelsp/LSP/issues/1184) with use-cases and my vision on working with native/LSP popups alongside. Should I create a feature request or this...

> True, I can see now that LSP modifies that setting before showing the hover popup. It only does it when the server supports `hoverProvider` though so if you disable...

> Or do you just want LSP to fall back to native "go to definition" when LSP doesn't resolve to any? That could be doable. This would be great. Even...

Ok, get it, I just have other iOS language, so the Files app named differently, and I thought Files.app is some file with ".app" extension (from repo or smth)... Well,...

Thank you a lot for [this link](https://violentmonkey.github.io/guide/creating-a-userscript/), the thing was I did't add `// ==UserScript==` to beginning of the .js file. Now it totally works as expected. > I don't...

Is 0000 (0x00) mainnet byte, which is mandatory for every bitcoin address?