Is there a way to disable the scroll on the minimap? I want to show the entire file.
Thanks
Is there a way to disable the scroll on the minimap? I want to show the entire file.
Thanks
Rather unlikely as besides mentioned impact on rendering I barely remember statements about it not happening due to performance implications.
Displaying the whole file in minimap also requires reparsing source and rerendering whole document after each modification, which may have significant impact on performance in huge documents.
Current approach limits content to update to sane and deterministic size.