haidubogdan / netbeans-php-blade-plugin

Netbeans 18+ module plugin for php blade template files
Apache License 2.0
26 stars 4 forks source link

blade file duplication has wrong increment placement #53

Closed haidubogdan closed 4 months ago

haidubogdan commented 5 months ago

It is a known issue. It's being fixed in t_v2_3 branch. The issue is just for tracking.

issue

In a folder when you try to copy a blade file 'my_file.blade.php' you will get 'my_file.blade_1.php' because the extension is considered the last string after the "." symbol.