jwortmann
jwortmann
If the `-` character is used to mark the non-matching locations, could it get a unique scope, so that we can highlight it in bright red in our color schemes?...
I don't use multiple servers at the same time, but I imagine for definitions, references, etc. to merge the responses would not be very useful, because then you would have...
> I'm thinking more of cases like Single File Components where there are multiple servers running to handle different parts of the file. Okay. But shouldn't this already be possible?...
Oh, right. I guess then it would need something to set the priority for a given position and for each request type individually. Still I think just sending requests to...
I think `LspSessionListener` could be a better name than `GlobalLspListener`. I'm not a big fan of exposing `windows` and doing the add/remove manually. Would it be possible to handle it...
> Are you thinking of some viewer that can render PNGs directly? Yes. Is ImageView.jl not the right tool for this? Ideally I only want to implement `Base.show` for my...
While ImageView.jl currently doesn't provide an AbstractDisplay implementation, I saw that [ImageInTerminal.jl](https://github.com/JuliaImages/ImageInTerminal.jl) does support it. However, I believe that its implementation is not entirely correct. It claims that it has...
> FYI here's a way to show a PNG in a Gtk window using Gtk4.jl Thank you for the suggestion. It works well with the example using the file from...
For now you can manually download the ty executable from the linked repository and add a basic config into your LSP settings to make it work: ```jsonc { "clients": {...
Settings with `lsp_` prefix also work in the syntax specific settings (select `Preferences: Settings - Syntax Specific` from the command palette or from the main menu) and also in project...