Open a TypeScript project, or whatever project whose language supports it. Move cursor to a symbol which is defined elsewhere, press F12, move hjkl
to see if the cursor is positioned correctly.
- Open the same file in two Group Editors by clicking
Split Editor
button. Switching between these two windows by pressing<C-w> hl
or using Mouse. After switching window, presshjkl
to see the cursor position is updated correctly. - Open different files in two Group Editors. Other steps are the same as above.
Make sure visual selection still works by pressing "go to matching brace" % command.
Press Home or End then hjkl
to see the cursor is positioned correctly.