Hubert Kindermann
Hubert Kindermann

Could be further improved by using Levenshtein distance instead of length comparison (=```Math.Abs(...)```expressions).
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. 
Is there any way to know if window size has been changed? 
### 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)...
### 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`.