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

. to repeat doesn't work after intellisense is used in insert mode #117

Closed
nosami opened this issue Jun 24, 2017 · 2 comments
Closed

. to repeat doesn't work after intellisense is used in insert mode #117

nosami opened this issue Jun 24, 2017 · 2 comments
Labels

Comments

@nosami
Copy link
Owner

nosami commented Jun 24, 2017

Only the individual characters typed are repeated.

Not sure how to solve this yet. Maybe we need to override the default intellisense somehow.... or maybe we can hook into the TextChanged event.

@nosami
Copy link
Owner Author

nosami commented Jul 11, 2017

There are other cases where this happens that don't involve intellisense.... auto insert ) when ( is typed for example.

So this issue almost definitely needs to be solved using the TextChanged event.

@nosami nosami added the bug label Aug 12, 2017
@mweber26 mweber26 mentioned this issue May 2, 2018
nosami added a commit that referenced this issue May 7, 2018
@nosami
Copy link
Owner Author

nosami commented May 8, 2018

OK. This is working fine as far as I can tell on the TextChanges branch but I've broken some tests. This should be merged soon. cc: @mweber26

dotintellisense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant