format-files icon indicating copy to clipboard operation
format-files copied to clipboard

Add 'format everything in and under path' as ui option

Open sanjarcode opened this issue 2 years ago • 1 comments

Goal: to format all files (at any level) at a path (say src). The most general regex. Todo: This should be a UI option. Problem: I always forget the regex for this.

sanjarcode avatar Sep 24 '23 16:09 sanjarcode

For anyone wanting the same, the regex for (in and under src) is src/**/*.* . See https://stackoverflow.com/a/69575950/11392807 for explanations

sanjarcode avatar Sep 24 '23 16:09 sanjarcode