Problem
在修改代码场景下,对话框中不支持精确链接(ref)到多个具体的类、方法、变量,目前只能通过传统的Ctrl C, Ctrl V的方式文本复制。这不够AI,也不够Geek。
(In code modification scenarios, the dialog box does not support precise linking (ref) to multiple specific classes, methods, or variables. Currently, users can only copy text via traditional Ctrl+C/Ctrl+V operations, which is neither AI-friendly nor geeky enough.)
Solution
希望能够在对话框自动链接到代码里面的具体内容。
(We hope the dialog box can automatically link to specific content within the code.)
Use Case
代码中有函数veryVeryVerboseFunctionName()
在文本框里输入very,能自动提示补全这个名称。
(When the function veryVeryVerboseFunctionName() exists in the code, typing “very” in the text box should automatically suggest and autocomplete this name.)
Priority
-
High - Blocking issue -
Medium - Important improvement -
Low - Nice to have
Additional Info
(Optional: screenshots, examples, links)