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 Non namespaced packages first #99

Open
raygig opened this issue Dec 16, 2021 · 0 comments
Open

Sort Non namespaced packages first #99

raygig opened this issue Dec 16, 2021 · 0 comments

Comments

@raygig
Copy link

raygig commented Dec 16, 2021

Can you add the ability to sort the Non namespaced packages first Ie:

use stdClass;
use Exception;
use Backend\Dbo\FieldValueDbo;
use Backend\Handler\FieldHandler;
use Backend\Handler\FieldValueOptionHandler;
use Backend\Manager\SystemManager;
use Framework\Arry\Arry;
use Framework\Core\Handler;
use Framework\Core\Model;
use Framework\Util\FileUtil;
use Framework\Util\HtmlUtil;
use Framework\Util\MiscUtil;

stdClass and Exception are in a null namespace which should be sorted first then apply your standard sorting.

The option could be called "Organize Global namespaces first"

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