sublimehq/sublime_text

Open files at its group

Opened this issue · 0 comments

Problem description

In our project we have frontend and backend subfolder. Usually when we open new files for editing it opens after a current view.

Preferred solution

It would be nice to be able to create groping rules at Open files section. So, in this case, files located at some folder are opened at their group.
image

Eg. if a new file for editing was located at src/front folder it is opened after ec2-autoscale.tf view (because it is currently opened). See first green dot. But if a new file for editing was located at src/backend then it is opened at the end of the second group. See the second green dot.

Alternatives

For simplicity we can relay on the path, but ideally it will be nice if I can provide custom regexes to create more complex groping rules. Eg. group for .js, .txt and group for .c files.

Additional Information

No response