gpt4 book ai didi

visual-studio-code - 关于片段的信息很少

转载 作者:行者123 更新时间:2023-12-01 12:04:26 28 4
gpt4 key购买 nike

尝试插入片段时,无论是自定义片段还是由 vscode 提供的片段,我都没有足够的信息来从建议中进行选择。

例如,我有"template"的自定义片段:

    "template js": {
"prefix": "template",
"body": ["<template>", " $0", "</template>"],
"description": "template js description"
}

如果我输入“templ”("template"),我将看到 3 个建议:我的自定义代码段和 2 个由 vscode 提供。

但是在每个建议旁边我都看到了这个:

片段 1:

Provider: snippetCompletions

score: 48, compared 'template vue' with 'templ'
distance: 0, see localityBonus-setting
index: 17, based on sortText: "a-template vue"

片段 2:

Provider: snippetCompletions

score: 40, compared 'template, template' with 'templ'
distance: 0, see localityBonus-setting
index: 18, based on sortText: "z-template"

片段 3:

Provider: snippetCompletions

score: 48, compared 'template, template' with 'templ'
distance: 0, see localityBonus-setting
index: 19, based on sortText: "z-template"

我怎么知道选择哪一个?如果我能在建议旁边看到代码段的正文或描述,将会有所帮助。

最佳答案

provider: ... score: ... 信息表明你在VS Code的IntelliSense explain mode .此模式仅在开发提供建议的扩展时有用,不应正常使用,因为它隐藏了重要信息,包括代码段内容。

要退出解释模式,只需打开一些建议并触发 toggleExplainMode 命令(cmd/ 是 MacOS 上的默认 keybinding)

同时确保您 expand the completion details (单击右侧的小 (i)):

关于visual-studio-code - 关于片段的信息很少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59148928/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com