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

Sort Import PHP namespaces #107

Open
nhclinton opened this issue Oct 27, 2022 · 1 comment
Open

Sort Import PHP namespaces #107

nhclinton opened this issue Oct 27, 2022 · 1 comment

Comments

@nhclinton
Copy link

Hi, can you add 1 option for sorting namespaces like eclipse php, for example:
use Da\QrCode\QrCode;
use Mpdf\Mpdf;
use app\models\Customer;
use app\models\Product;
use app\models\enum\TypeIds;
use app\models\views\CustomerForm;
use app\models\views\ProductForm;
use DateTime;
use ReflectionClass;
use Yii;
use yii\base\ErrorException;
use yii\helpers\ArrayHelper;
Thank you for your consideration.

@bilogic
Copy link

bilogic commented Jan 8, 2023

How would a sort work? by first letter?

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