stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

File Name Convention Settings #23

Open rupeshtiwari opened 5 years ago

rupeshtiwari commented 5 years ago

Hi , Thanks for this nice extension. I do not know if this is a question or a issue. I am using MoveTS 1.11.3. I like this extension so much it helps me to move the class into new file in one click. However, I have one question can we change the file name conventions. In our project we use snake-case for file name while creating file. However , MoveTS is creating file name with pascal case . Is there any settings that we can change to update the file name conventions so that it will create file name in snake-case ?