Results 64 comments of pushqrdx

@natanfudge OmniSharp (the VS extension) is just a wrapper around a server with the same name that in turn depends on the Roslyn compiler. Both extension and server use std...

@natanfudge submitted a pr

it's also weird that a cli client is using 150+mb this is a lot

@peterrudenko i am using the prebuilt packages from the website

@KottV i tried both on intel igpu and an nvidia, Helio is so slow and performance is beyond terrible. on windows it is running perfectly smooth

@samvel1024 using the window manager hotkeys means that you run into the issue where media keys don't work if a context menu is open, also media keys steal focus from...

@samvel1024 wouldn't that just result in the same issues with X, a context menu grabs the keyboard so if you are handling keyboard events on X level no shortcuts will...

@samvel1024 yeah this is what i meant by using KBCT as a xbindkeys alternative (which is in your readme already), so i'll be able to create hotkeys that execute commands...

@yunmikun2 no i just add my user account to the input group and run as normal user, playerctl works just fine (using [hkd](https://github.com/gunboy001/hkd/)) So to be clear i already have...

+1, Intellisense along with all the IDE features likes jump to definitions etc can be added if the editor implemented the Language Server Protocol, created by Microsoft to standardize editors'...