Skip to content

Commit 709fd34

Browse files
committed
Add enablePairCompleteCenterCursor to the doc of pair complete
1 parent 21cb1a9 commit 709fd34

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pair-complete.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This features is disabled by default to enable or disable it
1010
codeView.enablePairComplete(enableFeature);
1111
```
1212

13+
To enable or disable move the cursor to the center of the pair after inset it
14+
15+
```
16+
codeView.enablePairCompleteCenterCursor(enableFeature);
17+
```
18+
1319
To use this feature you need to create a Map that contains the pairs keys and values for example
1420

1521
```

0 commit comments

Comments
 (0)