-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: implement Move to file
code action
#224
Conversation
71884cb
to
cb97599
Compare
1bd2d38
to
fdd86cb
Compare
fdd86cb
to
9776e74
Compare
Hello! Is there any plan to merge this? I'm happy to help test if that would be useful. |
Yes please! I had fun using this in VSCode |
It works great! there is just one issue where if the target file does not have a newline at the end (or i guess, technically speaking, that would be, two newlines at the end), stuff you're moving doesnt land in there. That's the main big bug i found over the past couple months daily driving this (i use it in bursts once every few weeks). |
@unphased I've might have fixed this problem. Can you check if the fix works for you? |
Any update? Can we get this merged? |
I think we should go ahead with this. I tried to look up the |
Would love to get this as well, thanks! 😍 Until then I'll just point to this branch and report back if there are any issues 🙌 |
TODO:
find_files
)