crs-al-language-extension icon indicating copy to clipboard operation
crs-al-language-extension copied to clipboard

Add customizable subfolder paths with placeholder support

Open cegekaJG opened this issue 10 months ago • 2 comments

This PR adds the property "FolderPathPattern" to the extension's settings and expands the functionality of the "Reorganize" function. The new property allows users to define a custom subfolder path using the same placeholders used for object and file names. It also adds some new placeholders such as <AlSubFolder> to ensure the default value retains the same behavior as before. Finally, it reorganizes the pattern matching code to remove some duplicate code by reusing functions.

This PR addresses https://github.com/waldo1001/crs-al-language-extension/issues/297.

cegekaJG avatar Apr 22 '24 15:04 cegekaJG