使用前问题当我只需要咨询 AI 某个函数的问题时,还是需要将整个文件提供给 AI,这会浪费大量的 Token, 如果是第三方 API,可能一个文件太大了,单次上下文直接溢出了。 作用此扩展为了剔除与问题无关的代码, 当你光标停留在某个函数时, 当然了也可以将结果导出在新文件上: 支持的语言
Pre-Usage IssuesWhen I only need to consult AI about a specific function, I still have to provide the entire file to the AI, which wastes a significant amount of tokens. For third-party APIs, large files might exceed the single context window limit and cause overflow. PurposeThis extension aims to filter out code irrelevant to the problem. When your cursor hovers over a function, press Supported Languages
|