code-minimap icon indicating copy to clipboard operation
code-minimap copied to clipboard

Different colored views

Open pickfire opened this issue 3 years ago • 1 comments

It would be interesting to see colored view on the side based on the context, like diff mode, git mode, conflict mode, lsp error.

pickfire avatar Nov 12 '20 01:11 pickfire

Hi @pickfire Thanks for your suggestion. I have considered these features. But these features are very closely integrated with the IDE or editor. I think it's better and easier to implement them by the IDE or editor.

Maybe code-minimap needs to provide some low-level interfaces. For example supports specifying range and ansi color as parameters for rendering. However, many cli editors do not directly use ansi colors for highlighting, such as vim. So this may not actually do help to the editor.

wfxr avatar Nov 13 '20 04:11 wfxr