Skip to content

Move Caret To Next Same Element

Moves the caret to the next same PsiElement.

Example

Symbol Meaning
| Caret
[ ] Selection
const obj = {
    '|': '',
    '': '',
    '': '',
    '': '',
    '': '',
}
const obj = {
    '': '|',
    '': '',
    '': '',
    '': '',
    '': '',
}
const obj = {
    '': '',
    '|': '',
    '': '',
    '': '',
    '': '',
}
const obj = {
    '': '',
    '': '|',
    '': '',
    '': '',
    '': '',
}