eamodio / vscode-find-related

Finds files related to the current file based on user-defined configuration rules in VS Code
MIT License
30 stars 12 forks source link

Create missing files. #22

Open phyllisstein opened 4 years ago

phyllisstein commented 4 years ago

It'd be great if, when no matching files are found, the extension offered a quick-pick menu to create them based on the locator patterns. I may try to hack this together myself, but there are several layers of indirection that'll make it a little tough.