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.
w
of cw
. .. ..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