ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Find++

by twolfson ALL

Find code quickly in Sublime Text.

Details

Installs

  • Total 16K
  • Win 8K
  • Mac 5K
  • Linux 3K
Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 0 0 1 1 0 0 2 0 0 0 0 0 6 0 0 0 0 0 2 0 5 0 1 1 0 1 1 2 1 0 0 0 1 0 1 0 1 0 2 0 2 1 0 0 1 1
Mac 0 0 0 0 0 0 0 1 0 0 0 2 0 0 2 0 0 0 0 0 0 0 0 0 0 2 1 0 0 4 0 0 1 0 0 0 0 2 0 1 1 1 0 0 0 1
Linux 0 3 1 1 0 0 0 0 1 0 1 0 0 2 0 0 1 0 0 0 2 1 1 0 0 1 0 0 2 1 0 0 0 0 0 1 2 3 0 0 0 1 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 - Opens Find in Files with Where as the current file
  • Find: In Current Folder - Opens Find in Files with Where as the folder of the current file
  • Find: In Open Files - Opens Find in Files with Where as <open files>
  • Find: In Project - Opens Find in Files with Where as <open files>,<open folders>
  • Find: In... - Shows panel to pick directory to open Find in Files with as its Where
  • Find: Show Results Panel - Reveals the Find Results panel

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 © 2013 Todd Wolfson

Licensed under the MIT license.