dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.9k stars 389 forks source link

Intellisense tooltips do not wrap long lines. #1922

Open nhirschey opened 2 years ago

nhirschey commented 2 years ago

Describe the bug

When I hover over a function or type so that intellisense will show the XML documentation for that type, class, or function, there is no line wrapping. This means that I have to use the scroll bar to see the documentation, which is very hard to read.

I would like it if lines were wrapped at something reasonable, like 80 characters?

scroll

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

Version: 1.0.310301+a493554dbfb0097f7f070d7ae72dc2804cffae28

Build date: 2022-02-07T15:12:03.1135550Z

Version: 1.65.0 (user setup) Commit: b5205cc8eb4fbaa726835538cd82372cc0222d43 Date: 2022-03-02T11:12:08.962Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22000

colombod commented 2 years ago

@rebornix do you have any opinion?