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
This issue is not a bug report. (please use a different template for reporting a bug)
This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
I've a read-only diff editor with renderValidationDecorations set manually to on. This is because markers
don't add any width to existing text
can be hovered over
can be copied from
Making them very useful for showing extra info for what I'm using Monaco for: a difference checker between an extant bytecode file and the bytecode generated by some compiled source code.
With large bytecode files, as seen in the image, I quickly hit the 500 marker limit, disabling the marker underline or the ability to hover to see a quick description of the info I want.
#2042 previously asked about this, but renderValidationDecorations has been added since that issue, so I'd like to revisit discussion in this area. Perhaps there is a better mechanism to achieve what I'm looking for, but Hover Providers don't decorate the text and always interpret the strings given to them as markdown rather than verbatim.
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
The text was updated successfully, but these errors were encountered:
Context
Description
I've a read-only diff editor with
renderValidationDecorations
set manually toon
. This is because markersMaking them very useful for showing extra info for what I'm using Monaco for: a difference checker between an extant bytecode file and the bytecode generated by some compiled source code.
With large bytecode files, as seen in the image, I quickly hit the 500 marker limit, disabling the marker underline or the ability to hover to see a quick description of the info I want.
#2042 previously asked about this, but
renderValidationDecorations
has been added since that issue, so I'd like to revisit discussion in this area. Perhaps there is a better mechanism to achieve what I'm looking for, but Hover Providers don't decorate the text and always interpret the strings given to them as markdown rather than verbatim.Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
The text was updated successfully, but these errors were encountered: