ctf0 / laravel-goto-view

vscode extension
GNU General Public License v3.0
3 stars 2 forks source link

Give the option between PascalCase and kebab-case #5

Open Orrison opened 1 month ago

Orrison commented 1 month ago

This package is fantastic and a big improvement over the original. It would be perfect, though, if the generation of the namespace could be customized.

Right now, in the vendor path, you swap out * with pascalcase(vendor). In order to support https://github.com/InterNACHI/modular, which recommends that modules be kebab-case it would be great if there was a setting for you to be able to determine if the vendor should be converted to pascalcase or kebab-case.

ctf0 commented 2 weeks ago

hi, that sounds like a good idea, however am a bit busy atm, can u make a PR with the changes needed ?

Orrison commented 2 weeks ago

@ctf0 of course, I'll take a crack at it soon.