2

I use BBedit on Mac OS, which has a great feature that allows you to store and reuse search patterns (including grep/regex patterns) in a popup menu inside the search/replace menu.

I'm using Ubuntu now because the Mac has gotten so slow after the latest OS update to Sierra. Does Atom have a feature or addon that has this feature? If not, is there another Linux editor that does?

Lido
  • 31

1 Answers1

3

https://atom.io/packages/replacing-pattern-collection

replacing-pattern-collection package

This package helps using find-and-replace. If you often use same complex pattern in find-and-replace, this package is helpful. This package save patterns to file, and load patterns from file.

See package docs for usage help.