Closed sridattayalla closed 2 years ago
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.
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).
(setq psc-ide-add-import-on-completion nil)
@kritzcreek thanks, It worked
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.