folderize
folderize copied to clipboard
Folder and Index created but nothing else happening :(
I just came across your extension today but upon trying it out it is not working for me. I select a file (or multiple), select Folderize and select ok (or check both optional files) and a folder with the correct name is created, the index is created but the files aren't moved into the folder. Additionally, the path in the index file isn't valid either...
Path './d:\FolderName\ProjectFolder\src\components\NewlyCreatedFolderizedComponentName';
I am running on a Win10 machine, with the latest version of VSCode
@cadmus-software Thanks for raising the issue, I think I know exactly what problem is. Might take me a few days to get to it unfortunately.
Btw, I like never considered multiple... what is your use case for that?
The link below is what turned me onto the idea of 'folderizing' when then lead me to your extension, I have the scenario where in order to keep my component as clean and simple as possible I have broken it into small pieces. I have the files grouped by filename but it starts to get rather messy rather quickly, when you have style sheets, tests, etc
Folderize Your Components @ https://dev.to/jsmanifest/14-beneficial-tips-to-write-cleaner-code-in-react-apps-1gcf
Hey, I'm getting this issue on Windoze 10 too. Guessing it's a windows path issue?
If you could point me in the right direction, would you accept a pull request?