ryuukk

Results 93 comments of ryuukk

Oh i see, is it being looked at by the sublime text developpers?

@predragnikolic showing all the lines isn't the point of the feature, let's ignore it for the moment (note that it is the case already for ST, it shows all the...

1. i guess so, otherwise it wouldn't work on vscode? 2. vscode have 2 thing, label, so it show the text, and insertText, that's what get put instead of the...

@jwortmann ``` { 'kind': 3, 'data': None, 'label': 'create_texture', 'labelDetails': { 'description': 'Texture2D', 'detail': ' (uint width, uint height, ubyte* ptr, PixelFormat format = PixelFormat.Rgba)' }, 'sortText': '2_4_Texture2D create_texture(uint width,...

Any news on this? This is annoying because the current popup is unreadable, most of the info is hidden because too mutch duplicate informations ![image](https://user-images.githubusercontent.com/44361234/156785783-8fa4a898-3c5f-4ec5-b26d-92223b1397fc.png) it is lot of noise...

The more we have to wait, the more i'm suggesting people to use vscode instead https://github.com/zigtools/zls/pull/507 I just sent this PR over there, and it works out of the box...

What clangd does is incomplete You need to understand why the feature was created and proposed for the LSP 3.17 spec https://github.com/microsoft/vscode/issues/39441 It is to show information on all the...

> Did a quick change for testing: #2002 Thanks! As expected, the result looks a little bit hard to differentiate, wich ends up being the hack that was used prior...

what is the status on this? i'm looking to move away completly from Gnome and GTK applications, so far this is the only piece that prevents me to ditch the...

> You need to change the tests that are making this fail accordingly. i'll look into it, thanks > 1. Can we really not have one error == one line...