Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 863
Tony_Henrich Avatar asked Jun 15 '15 19:06

Tony_Henrich


People also ask

How do you jump out of brackets in VS code?

Command "editor. action. jumpToBracket" jumps between opening and closing brackets.

How do you press curly brackets on keyboard?

On English keyboards, the open bracket and close bracket are on the same key as the [ and ] (square bracket) keys, located near the Enter key. To get a curly bracket, press and hold the Shift key, then press the { or } key.

How do you get a curly bracket on a keyboard?

On English keyboards, the open bracket and close bracket are on the same key as the [ and ] ( square bracket) keys close to the Enter key. To get a curly bracket, press and hold the Shift key, then press the { or } key.

What are the open and close brackets on a computer keyboard?

Below is an overview of a computer keyboard with the open curly bracket and close curly bracket keys highlighted in blue. On English keyboards, the open bracket and close bracket are on the same key as the [ and ] ( square bracket) keys close to the Enter key.

How to type double brackets on a keyboard?

There are three types of brackets available on a standard keyboard – parenthesis ( ), braces { } and square brackets [ ]. However, you can use alt keys in Windows and option keys in Mac to insert special double bracket symbols like⦅ ⦆. On Windows based documents, hold the alt key and type the decimal code in the first column of the below table.

How to type a curved angle bracket in Microsoft Word?

Press one of the alt or option keys and type 29FD to produce right pointing curved angle bracket like ⧽. You can use all 4 digits code using this method. Here is a list of 150+ shortcuts for various bracket symbols.


1 Answers

Place your cursor on the { and then type :

Ctrl+B

Notepad shortcuts

like image 128
hdoghmen Avatar answered Sep 17 '22 11:09

hdoghmen