Find++
Find code quickly in Sublime Text.
Details
Installs
- Total 16K
- Win 8K
- Mac 5K
- Linux 3K
Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 1 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 3 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 3 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Find++
Find code quickly in Sublime Text.
This was built to allow quick shuffling between search directories. It is useful for projects using multiple repositories to isolate noise in search results.
Find: In Current File
- OpensFind in Files
withWhere
as the current fileFind: In Current Folder
- OpensFind in Files
withWhere
as the folder of the current fileFind: In Open Files
- OpensFind in Files
withWhere
as<open files>
Find: In Project
- OpensFind in Files
withWhere
as<open files>,<open folders>
Find: In...
- Shows panel to pick directory to openFind in Files
with as itsWhere
Find: Show Results Panel
- Reveals theFind Results
panel
Installation
Find++
is available via Package Control and can be found as Find++
.
For manual installation, run the following script in the Sublime Text terminal (ctrl+`
) which utilizes git clone
.
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/twolfson/FindPlusPlus', 'Find++'], 'working_dir': path})
Packages can be uninstalled via Package Control: Remove Package
, located in the Command Palette.
Documentation
All commands are accessible via the Command Palette, Ctrl + Shift + P
on Windows/Linux, Command + Shift + P
on Mac.
The Find: In...
command opens a quick panel with relevant paths and the ability to filter.
When you search, the normal Find in Files
search will be executed with one modification. The Delete
and Backspace
key will delete an entire row rather than a single character.
Donating
Support this project and others by twolfson via donations.
http://twolfson.com/support-me
Inspiration
As the name of this project suggests, this plugin was started to gain the same Find
functionality of Notepad++.
License
Copyright © 2013 Todd Wolfson
Licensed under the MIT license.