-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
[debt] improve the internals of the suggestion contribution #1006
Comments
@aeschli I'd be nice if you can update the html and JSON intellisense to use the textEdit |
👍 |
@joaomoreno i have fixed the problem of disappearing highlights when focusing a suggestion |
@aeschli Only |
@joaomoreno I'll work on it ASAP |
💃 |
I moved overwiteBefore and overwriteAfter from ISuggestResult to ISuggestion. |
Over the years we have accumulated debt in the internals of the suggest feature. Let's collect what we have already cleaned up and what left to do.
overwiteBefore
andoverwriteAfter
fromISuggestResult
toISuggestion
- @aeschliSuggestion.highlights
and move it correctly in to the view modelThe text was updated successfully, but these errors were encountered: