📄 console app (c#).wiz
字号:
[UDT]
Compiler = Microsoft .NET\Visual C# compiler\Console Application
File0 = $(PRJNAME).cs
[File0]
// Hello World
using System;
public class $(PRJNAME)
{
public static int Main(string[] args)
{
Console.WriteLine("Hello, World!");
return 0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -