Hubert Kindermann

Results 68 issues of Hubert Kindermann

![5QcpYNrbBb](https://user-images.githubusercontent.com/11704036/145097798-e9abb2b2-72f7-4e7c-b728-6b79bd9f2698.gif)

bug

Could be further improved by using Levenshtein distance instead of length comparison (=```Math.Abs(...)```expressions).

enhancement

Just try to insert: ``` 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1...

When I scroll down so the cursor is out of the window and start typing, window should scroll back to the cursor. Problem here is that ```Console.SetWindowPosition``` and ```Console.WindowTop``` setter...

Write long enough text, Ctrl+A, Delete. ![uxKyawbHIU](https://user-images.githubusercontent.com/11704036/146422028-d018467e-c724-4b29-8881-6902f4282bbe.gif)

Is there any way to know if window size has been changed? ![TciAOECKwT](https://user-images.githubusercontent.com/11704036/144886020-cf8da5f8-5a96-46b0-a929-1c61c9b5407e.gif)

### Feature Description At the start, we load all reference and implementation references. Then when load library targeting the same framework via `#load "xxx.dll"` all framework references (ref and impl)...

enhancement

### Feature Description \+ configurable kebinding. We implicitly trigger auto-format on `;`, `}` and `{` (same as VS) but I'd like to also have VS's `Ctrl+K+D`.

enhancement