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

Notepad++

Notepad++ Problem Overview


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+].

Notepad++ Solutions


Solution 1 - Notepad++

Place your cursor on the { and then type :

Ctrl+B

Notepad shortcuts

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTony_HenrichView Question on Stackoverflow
Solution 1 - Notepad++hdoghmenView Answer on Stackoverflow