svn-scm
svn-scm copied to clipboard
Ability to filter unversioned list by file extension
Is your feature request related to a problem? Please describe. I would like the ability to filter the unversioned list by file extension. I am currently working with a large and complex legacy JavaScript project where some JavaScript files are created by Webpack from TypeScript files and some are used as-is (so I can't filter out the .js files using SVN ignore). It's difficult to find files to add to the repo because Webpack has created so many files.
Describe the solution you'd like An option added to the "Views and More Actions" menu for filtering by file extension (or regex) like the one used in VS Code search or, alternately, a text field above the unversioned section in the source control sidebar.
Describe alternatives you've considered I'm currently revealing each new file in Windows Explorer from VS Code and adding it to the repo that way.
Additional context n/a