File: iedit.md

package info (click to toggle)
lsp-mode 9.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,472 kB
  • sloc: lisp: 27,961; makefile: 62; java: 34; cpp: 33; javascript: 31; xml: 23; python: 14; sh: 2
file content (16 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root_file: docs/page/integration/iedit.md
---
# iedit

`lsp-mode` can leverage [`iedit`](https://github.com/victorhge/iedit) to edit
semantic matches in parallel:

- `lsp-iedit-highlights`: invoke `iedit` on the symbol highlights at point, all
  of which will be edited in parallel.

  To finish and exit, press `C-g`, with the cursor on `iedit` highlight.

  If an `iedit` session is already active, `lsp-iedit-highlights` will simply
  add the document highlights to it, without restarting it. This way, another
  group of symbol highlights can be added to the current `iedit` session.