问题
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+].
回答1:
Place your cursor on the { and then type :
Ctrl+B
Notepad shortcuts
来源:https://stackoverflow.com/questions/30853789/keyboard-shortcut-to-jump-to-closing-curly-brace-or-square-bracket-in-json-view