Vscode: TextEditorDecorators should also be rendered in minimap

Created on 1 May 2019  路  3Comments  路  Source: microsoft/vscode

How about rendering text decorators in the minimap? It looks like textmate colorization is applied, but decorators are not.

We'd like to colorize based on EDG parser results. We're investigating doing colorization programmatically from our extension using text decorators.

editor-minimap feature-request semantic-tokens

Most helpful comment

I think this has been duped incorrectly. I am not requesting a new API to allow for adding decorators to the minimap. I am requested that text decorators added to the editor are also reflected propertly in the minimap (just as the textMate color are). Perhaps this is even a bug, not a feature request.

All 3 comments

Hey @Colengms, this looks similar to https://github.com/Microsoft/vscode/issues/20934. Please add any feedback to that issue. Thanks!

I think this has been duped incorrectly. I am not requesting a new API to allow for adding decorators to the minimap. I am requested that text decorators added to the editor are also reflected propertly in the minimap (just as the textMate color are). Perhaps this is even a bug, not a feature request.

I think this has been closed incorrectly. I'm having the same issue with my Better Comments extension.
Is there some way to force a refresh of the minimap when drawing the decorators so that we could workaround the issue?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

borekb picture borekb  路  3Comments

philipgiuliani picture philipgiuliani  路  3Comments

lukehoban picture lukehoban  路  3Comments

chrisdias picture chrisdias  路  3Comments

ryan-wong picture ryan-wong  路  3Comments