cursor使用
通用设置
- 使用 vs code 布局
- 代码自动保存
- 多行显示打开的文件
快捷键设置
- 安装 Idea 插件
- 定位到实现:更改 ctrl + F12 为 ctrl + r
- 定位到引用:
通用操作
将文件加入git
- AI提示语:我想像在 intellij idea 中一样,选中文件右键就有选项能将文件加入git
总结 settings.json
{
"window.commandCenter": true,
"redhat.telemetry.enabled": true,
"workbench.activityBar.orientation": "vertical",
"files.autoSave": "afterDelay",
"editor.gotoLocation.multipleReferences": "goto",
"workbench.editor.wrapTabs": true,
"workbench.colorCustomizations": {
"tab.activeBackground": "#1a4242",
"tab.activeForeground": "#ffffff",
"tab.inactiveBackground": "#1e1e1e",
"tab.inactiveForeground": "#999999",
"tab.border": "#1e1e1e"
}
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。