We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a4fd5 commit 7edc25fCopy full SHA for 7edc25f
1 file changed
packages/cursorless-engine/src/actions/Replace.ts
@@ -1,5 +1,9 @@
1
import type { IDE, ReplaceWith } from "@cursorless/common";
2
-import { FlashStyle, RangeExpansionBehavior, Selection } from "@cursorless/common";
+import {
3
+ FlashStyle,
4
+ RangeExpansionBehavior,
5
+ Selection,
6
+} from "@cursorless/common";
7
import { zip } from "lodash-es";
8
import type { RangeUpdater } from "../core/updateSelections/RangeUpdater";
9
import { performEditsAndUpdateSelections } from "../core/updateSelections/updateSelections";
0 commit comments