I'm excited to share my first open-source project: A VS Code extension for grouping PHP imports!


This extension helps you organize your code by automatically grouping PHP imports with the same base name. For example:

use Native\Laravel\Facades\Dock;

use Native\Laravel\Facades\Window;        

Would become:

use Native\Laravel\Facades\{Dock, Window};        

This is just a basic example, and the extension offers additional features and customization options through settings.

As a beginner programmer (don't judge ??!), I'm especially eager to get feedback on this project. Your input will be invaluable for future improvements!

Ready to try it out?

Install the extension from the VS Code Marketplace and let me know what you think!

VS Code Marketplace -> Search -> PHP Group Imports


PANKAJ CHAUHAN

$pankaj_chauhan | Development Team Lead at Elision Technologies Pvt. Ltd | Product Expert in Laravel, Yii2, Vtiger, Core PHP | DialShree & ViciDial

11 个月

What ? ???? amazing ??

要查看或添加评论,请登录

社区洞察

其他会员也浏览了