Keyboard shortcut to jump to closing curly brace or square bracket in json view in Notepad++?

I am using the JSONViewer plugin in Notepad++ and viewing many large and nested json elements in a file. What keyboard shortcuts can I use to jump to a } or ]? This would be similar to Visual Studio's CTRL+].

38930 次浏览

Place your cursor on the { and then type :

Ctrl+B

Notepad shortcuts