-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[feature] adopt comment-api #128
Comments
look nice and it also looks like a selection of multiple lines can be made. For our review purposes marking "reviewed" areas is important |
I very much like that. We also stumbled upon this API in the last couple of days. It looks very nice and is used by other plugins as well (Atlassian plugin for instance). I see two topics to be tackled, though, before starting any implementation:
|
Ich think this will be a quite heavy breaking change. As far as I have seen, there is no possibility to provide a custom layout within this comment box. Another Idea could be to have this in addition for making fast comments, which can be edited in the current editor afterwards and assigned to categories etc. Multiple comments could be handled in the current data structure by es special escape sequence. But maybe it would be the best to refactor everything including the data model and provide a completely new version / plugin |
🧩 Feature
adopt comment api
Description
https://code.visualstudio.com/updates/v1_35#_comments-api
https://github.com/microsoft/vscode-extension-samples/tree/main/comment-sample
A clear and concise description of the featureThe text was updated successfully, but these errors were encountered: