Tags
7月 16号 最近调研了AI 编程
 

Cursor

他的read.me
 
 
 
 
/* Simply, ask the chat (Cmd+L/Ctrl+L) where the bugs in the code are. */
 
/* Simply, ask the chat (Cmd+L/Ctrl+L) what this code does. */
 
/* Simply, ask the chat (Cmd+L/Ctrl+L) which method lets you find the children of a folder. */
 
Simply, copy the following python code, hit Cmd+K, ask it to translate some code to rust, paste in the code, and hit enter.
 
 
 

phind 插件

 
使用底部的搜索栏提问,Phind 会自动尝试使用你的代码库来回答问题。
在查询中键入 @ 指定文件/代码。Ctrl/Cmd + I 用当前选中的内容开始新的聊天。
Ctrl/Cmd + Shift + I 并选中代码,将其添加到现有聊天中。
Ctrl/Cmd + Shift + M 并选中代码,根据你的指示重写选中内容。
Ctrl/Cmd + Shift + L 向 phind 询问你最近的命令/输出。
 
 

GitHub Copilot

 
You can ask me general programming questions, or chat with the following agents which have specialized expertise and can perform actions:
@workspace - 询问有关您的工作空间的问题 /explain - 解释所选代码的工作原理 /tests - 为所选代码生成单元测试 /fix - 提出解决代码问题的方案 /new - 为新的工作空间编写初始代码 /newNotebook - 创建一个新的Jupyter笔记本 @vscode - 询问关于VS Code的问题 /search - 生成工作空间搜索的查询参数 /api - 询问有关VS Code扩展开发的问题 @terminal - 询问如何在终端中执行操作 To have a great conversation, ask me questions as if I was a real programmer:
通过打开文件并选择最重要的代码行来向我展示您想讨论的代码。 通过提出后续问题、添加说明、提供错误等方式进行细化。 审阅我建议的代码,并告诉我存在的问题或改进之处,以便我进行迭代。 您还可以通过`starting an inline chat session`来询问有关编辑器选择的问题。
 
17, 18号 回顾了C++