pulsar/packages/find-and-replace
2023-12-29 14:32:11 -08:00
..
keymaps Bundling find-and-replace 2023-05-05 19:38:34 -03:00
lib [find-and-replace] Fix capitalize utility 2023-12-29 14:32:11 -08:00
menus Bundling find-and-replace 2023-05-05 19:38:34 -03:00
spec Fix another flaky test of find-and-replace 2023-05-10 10:16:02 -03:00
styles Very thorough wrapping of math in () 2023-06-29 20:37:16 -07:00
LICENSE.md Bundling find-and-replace 2023-05-05 19:38:34 -03:00
package.json [find-and-replace] Fix capitalize utility 2023-12-29 14:32:11 -08:00
README.md Bundling find-and-replace 2023-05-05 19:38:34 -03:00

Find and Replace package

Find and replace in the current buffer or across the entire project.

Find in buffer

Using the shortcut cmd-f (Mac) or ctrl-f (Windows and Linux). screen shot 2013-11-26 at 12 25 22 pm

Find in project

Using the shortcut cmd-shift-f (Mac) or ctrl-shift-f (Windows and Linux). screen shot 2013-11-26 at 12 26 02 pm

Provided Service

If you need access the marker layer containing result markers for a given editor, use the find-and-replace@0.0.1 service. The service exposes one method, resultsMarkerLayerForTextEditor, which takes a TextEditor and returns a TextEditorMarkerLayer that you can interact with. Keep in mind that any work you do in synchronous event handlers on this layer will impact the performance of find and replace.