Hubert Kindermann
Hubert Kindermann
### Feature Description When https://github.com/waf/PrettyPrompt/issues/182 is ready.
### Version last ### What happened? There are hardcoded key bindings:  but they are configurable.
### 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...
### 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...
### Feature Description https://github.com/benaadams/Ben.Demystifier
### Feature Description When https://github.com/waf/PrettyPrompt/issues/179 is ready. Tooltip information can be obtained by `QuickInfoService.GetQuickInfoAsync`.
### Version last ### What happened?  In VS the result is `((byte)i)`.
### Version 0.3.5 ### What happened? AssemblyReferenceMetadataResolver.LoadSharedFramework  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"...
### Version 0.3.5 ### What happened? For repro just insert: ``` 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1...
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.