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

How to disable imports sorting #14

Closed
sridattayalla opened this issue Jul 12, 2022 · 2 comments
Closed

How to disable imports sorting #14

sridattayalla opened this issue Jul 12, 2022 · 2 comments

Comments

@sridattayalla
Copy link

I don't want to auto sort the imports when adding a new import.
Please help me if there is any way I can do that.

@kritzcreek
Copy link
Contributor

The import sorting happens as part of the automatic import insertion.

You can turn off import insertion on completion with (setq psc-ide-add-import-on-completion nil).

@sridattayalla
Copy link
Author

@kritzcreek thanks, It worked

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

2 participants