资源管理器的自动完成功能
Posted feiyucha
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了资源管理器的自动完成功能相关的知识,希望对你有一定的参考价值。
实现效果:
知识运用:
AutoComplete子键下的Apend Completion键
实现代码:
private void button1_Click(object sender, EventArgs e) { RegistryKey rk=Registry.CurrentUser.OpenSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete",true); rk.SetValue("Append Completion","yes",RegistryValueKind.String); }
以上是关于资源管理器的自动完成功能的主要内容,如果未能解决你的问题,请参考以下文章
如何设置 vscode 的代码片段,以便在自动完成后自动触发 vscode 的智能感知?