FindPlusPlus
FindPlusPlus copied to clipboard
Find code quickly in Sublime Text.
By default, it is stuck at the bottom (not very useful when there are a bunch of results). I got this semi-working in one of the branches.
It would be awesome to add support for running commands like `git ls-files`. Unfortunately, this is much easier said than done. We have a proof of concept working but it's...
It would be nice if i can jump from result to result by pressing sth like 'page-up' and 'page-down'. (Or similiar) Jumping to the underlying line of code by keystroke...
This is related to #9 but not exactly the same. As a personal preference, I like to see `node_modules` in a project but not search them (unless I have to)....
When using `Find: In...`, it does not obey the file paths listed in the project settings. However, including/excluding those might boil down to a personal preference. It would be nice...
As done in Notepad++, past results collect up over time. It would be nice to have that same functionality here. This will probably require indenting/collapsing entire result sets (woo hoo).
Currently (by default), you cannot collapse a single file's results. It only collapses the first result and you cannot collapse the remaining ones -_-;;
Not sure if this is possible but allow for a modifier (e.g. `ctrl`) to toggle selection but not close quick panel. This would allow for adding in more and more...
These should have similar behavior to [Quick File Creator](https://github.com/noklesta/SublimeQuickFileCreator) meaning they open a `quick_panel` listing nearby directories. Once one is selected, add it to the current `find_in_files` search. Edge case:...