Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different colored views #7

Open
pickfire opened this issue Nov 12, 2020 · 1 comment
Open

Different colored views #7

pickfire opened this issue Nov 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@pickfire
Copy link

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

@wfxr
Copy link
Owner

wfxr commented Nov 13, 2020

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 wfxr added the enhancement New feature or request label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants