Hubert Kindermann

Results 68 issues of Hubert Kindermann

### Feature Description When https://github.com/waf/PrettyPrompt/issues/182 is ready.

enhancement

### Version last ### What happened? There are hardcoded key bindings: ![image](https://user-images.githubusercontent.com/11704036/161324988-5a46c0c6-e1cc-4fb9-9819-46c19e68f7de.png) but they are configurable.

bug

### Feature Description Currently, output scrolls and is deleted when finished (see #113). It would be good to disable scrolling and final clear when `#r` is submitted with a detailed...

enhancement

### Feature Description With #117 we added [runtime.json](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json) to the repository and it will be distributed with CSharpRepl. It would probably be a good idea to automatically check for a...

enhancement

### Feature Description https://github.com/benaadams/Ben.Demystifier

enhancement

### Feature Description When https://github.com/waf/PrettyPrompt/issues/179 is ready. Tooltip information can be obtained by `QuickInfoService.GetQuickInfoAsync`.

enhancement

### Version last ### What happened? ![WindowsTerminal_Zof7eOPQhV](https://user-images.githubusercontent.com/11704036/158163943-b22eb5f8-eca8-4d2b-9c30-b75691a5715a.gif) In VS the result is `((byte)i)`.

bug

### Version 0.3.5 ### What happened? AssemblyReferenceMetadataResolver.LoadSharedFramework ![image](https://user-images.githubusercontent.com/11704036/151638672-c1e0c756-441a-4046-bb7e-540ed4d60400.png) Content of runtimeconfig.json: ```json { "runtimeOptions": { "tfm": "net6.0", "frameworks": [ { "name": "Microsoft.NETCore.App", "version": "6.0.0" }, { "name": "Microsoft.WindowsDesktop.App", "version": "6.0.0"...

bug

### Version 0.3.5 ### What happened? For repro just insert: ``` 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1...

bug

Instructions are already highlighted and it would be nice if they contain tooltips with some description or/and be clickable with URL to some documentation.