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

project-wide import statement cleanup #18

Open
brandon1024 opened this issue Apr 12, 2022 · 1 comment
Open

project-wide import statement cleanup #18

brandon1024 opened this issue Apr 12, 2022 · 1 comment

Comments

@brandon1024
Copy link
Owner

IntelliJ has a feature to optimize imports for an entire project. We should implement similar functionality, recursing from the cwd.

@brandon1024
Copy link
Owner Author

If we take this on, it'l be important to ensure that we don't load all of these files into memory. That would be pretty nasty. I don't think this will be possible in the current version of the plugin without some changes, since this functionality currently relies on buffer.vim.

Additionally, it should be possible to provide a base path as an optional argument to limit the cleanup to a specific root directory.

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

No branches or pull requests

1 participant