[JAVA] Shortcut keys that complement standard output processing in the IDE

When using Java, that feature (called a code snippet) that the IDE completes to System.out.println when you press the completion key after sout or sysout.

In the case of C #, after entering cw, it will be completed (*) to become Console.WriteLine, but if you do not know it, you can not find it easily even if you google, so make a note here.

See below for a list of Visual Studio C # code snippets. https://docs.microsoft.com/ja-jp/visualstudio/ide/visual-csharp-code-snippets?view=vs-2017

Recommended Posts

Shortcut keys that complement standard output processing in the IDE
Code that only displays the built-in camera in Processing
Convenient shortcut keys that can be used in Eclipse
The story that standard output also fatally changes the behavior of the program
Order of processing in the program
About the phenomenon that StackOverflowError occurs in processing using Java regular expressions
[Java] Use cryptography in the standard library
[Java] Color the standard output to the terminal