You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This is a sublime feature I am really missing.
For the sake of documenting projects easily, I loved to see that feature in Sublime Text.
What I want to do, is that I can e.g. use find-and-replace to find all files with repetive functions/classes/code and document the files somewhere else.
So, while in Sublime, you get an text-editable list of entries, you get an interactive UI with Atom find and replace. Which is okay - because there are no events bound to pieces of text/code (like there is with ST) for example expanding more code, jumping into the file, etc.
I'm not sure if this feature would be doable, but for me it is a very important feature.