Philipp Mildenberger

Results 166 comments of Philipp Mildenberger

> I think we need to create completion source manager where be registered different sources based on some trait(even from plugins). And LSPs should be entries in that list as...

An update: Merging of completion results, code-action and symbols in the symbol picker(s) are working now. I have slightly refactored the UI components Menu, Completion and (File)Picker to be able...

Another thing I've noticed, a few other editors have separated LSPs from the languages (like neovim). This *may* make sense, if an LSP should be used for multiple languages at...

I think I got a little bit ahead of myself... I have now implemented pretty much everything I think is necessary to support multiple language servers. This includes the change...

Is there anything I can do, that makes reviewing this PR easier? Like splitting not directly related parts into its own PR? (Since keeping this up-to-date with master is quite...

> Hi, is there any way that I can ( as a non-dev on this project ) help review this PR? I guess testing this as thorough as possible is...

I think the parts that were easily separable are/were already in their own PR (#3080, #3082). The only additional thing, that *may* make sense to separate, I think is the...

I think I've found a way how to reproduce this: If I start a lot of applications on one workspace (in my particular case the alacritty terminal), it starts consuming...

Hey, this is actually a feature I'm looking for, in a different context though I guess: I'm using a tiling window manager in Linux, and have remapped the tab key...

Hey, thanks for investigating this. Oh well... I started with this as well yesterday (including some refactoring), and as you said hit the `u8` index issue in keyberon. I have...