和 cursor 的 agent 对话的时候,他所有回答中都没法直接点击跳转到具体代码中,请问有没有啥提示词可以提前约束
例如下面这个回答,我想要的是点击文件中的路径跳转到对应行号,而不是行号另外写,链接仅仅跳到文件: [ERROR] 不安全的对象访问 文件:client/src/pages/ExternalAgent/Pages/CancelAcount/index.jsx 行号:28 问题:直接访问 res.userName 可能导致空指针异常 建议: Apply to index.jsx tUserName(res?.userName || '') setUserName(res?.userName || '')