Michael Shepanski

Results 76 comments of Michael Shepanski

One of the documentation pages states: _"The names are the same as those in the gdk/gdkkeysyms.h header file but without the leading “GDK_KEY_”."_ So I suspect the best documentation is...

Unfortunately this isn't possible with only config changes today. We would probably want to add a new configuration option along the lines of `middlepadding` that would be a special case...

It's been a while since I looked at this code and I don't have it runnong on this PC right now. However, you might try replacing the return statement in...

This should be fine. Maybe you can send the output of the call to a log file and see what it's saying. Change the exec line to the following to...

Happening here as well. Surprised more people are not reporting this. Making the window small and using the menu does work as jhanschoo reports.

Bumping as I would also love this feature. I'm curious if it could be done in the keybindings, somehow specifying that that when I push the hotkey to open a...

Another vote for this. It is very distracting when in the middle of writing something and text pops up on the screen trying to take my attention away and constantly...

This is actually causing bugs in my code because the auto-completion is so fast that I often miss that it completely changed some of my code when moving my cursor...

> I haven't tested it, but for suggestions there is `editor.quickSuggestionsDelay` already. (It's 10 ms by default, but you can set it to 2000 etc) Should copilot adhere to the...