-
Notifications
You must be signed in to change notification settings - Fork 274
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
fix: completion in the middle of the empty text #696
fix: completion in the middle of the empty text #696
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should this also work for boolean properties ? |
Screen.Recording.2022-04-08.at.10.55.17.movit seems ok. but there are probably more other similar problems with not vert valid YAML structure when users expect correct behaviour.
and others. so maybe next time, we can try the cleanup befo parsing of the yaml? |
Thanks for testing it. |
@p-spacek it needs a rebase. |
What does this PR do?
fix completion when the cursor is in the middle of the empty text
compleion-in-the-middle-of-the-empty-text.mov
What issues does this PR fix or reference?
no ref
Is it tested? How?
added UT