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

Implement partial code completion support in macros #528

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

chylex
Copy link
Contributor

@chylex chylex commented Jul 20, 2022

Works ok with insertions (Enter, Ctrl+Enter) but not with replacements (Tab). It also breaks if the code completion modifies imports.

I did this a while back to improve the situation with https://youtrack.jetbrains.com/issue/VIM-913. I hoped there would be a better solution that would cover all possible cases including replacements and imports, but this half-fix is better than nothing :P

Works ok with insertions (Enter, Ctrl+Enter) but not with replacements (Tab)
@AlexPl292
Copy link
Member

Yes, it seems okas as a start. Thank you!

@AlexPl292 AlexPl292 merged commit c7b51b7 into JetBrains:master Jul 22, 2022
@chylex chylex deleted the VIM-913 branch July 22, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants