使用VSCode在mac上开发 dotnet core快捷键

1.ctrl+~,打开或者关闭控制台
2.F9添加删除单个断点
3.运行F5,停止运行Shift+F5
4.cmd+. 显示修复
5.在每个需要展示的页面上添加@page
6.prop tab tab快速建立自动属性,对应的还有propfull,propg,propi
7.自动对其

The code formatting is available in VS Code through the following shortcuts:

On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift + I
Alternatively, you can find the shortcut, as well as other shortcuts, through the search functionality provided in the editor with Ctrl +Shift+ P (or Command + Shift + P on Mac), and then searching for format document.

猜你喜欢

转载自blog.csdn.net/u010178308/article/details/86663018