twolfson / FindPlusPlus

Find code quickly in Sublime Text.
MIT License
62 stars 7 forks source link

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 Files example

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.

Find Palette

The Find: In... command opens a quick panel with relevant paths and the ability to filter.

Find in current file panel

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.

Find in files results

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 (c) 2013 Todd Wolfson

Licensed under the MIT license.