You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And setting it to 0 is supposed to disable truncation. However, it looks like Ionide has a hard limit at 30 characters.
This seriously degrades the usefulness of hints in my case, as my type names tend to be long, moreover i do a lot of interop with C# so it is not uncommon to have generic types like Collections.Generic.IReadOnlyList<Appointment> truncated with Collections.Generic.IReadOnlyL.
Is there a way to remove the hard limit? Otherwise, would it be possible to remove it, since vscode already takes care of it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Vscode now has the following setting:
And setting it to 0 is supposed to disable truncation. However, it looks like Ionide has a hard limit at 30 characters.
This seriously degrades the usefulness of hints in my case, as my type names tend to be long, moreover i do a lot of interop with C# so it is not uncommon to have generic types like
Collections.Generic.IReadOnlyList<Appointment>
truncated withCollections.Generic.IReadOnlyL
.Is there a way to remove the hard limit? Otherwise, would it be possible to remove it, since vscode already takes care of it.
Beta Was this translation helpful? Give feedback.
All reactions