本文介绍了VS2013 智能感知代码补全的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
起初我以为是 VS2013 RC/beta 的问题,但现在我安装了 VS2013 RTM 并且仍然有同样的问题:代码补全只有在我通过 strg+space 手动执行后才会打开.键入后如何打开自动打开窗口,例如一个点?
First I thought it was a problem of VS2013 RC/beta but now I installed VS2013 RTM and still have the same problem: code completion does only open after I execute it manually by strg+space. How can I turn on auto open the windows after typed e.g. a point?
推荐答案
显示智能感知时是特定于语言的设置.如果您问的是 C#,那么您需要检查以下内容
When intellisense is displayed is a language specific setting. If you're asking about c# then you want to check the following
- 工具 -> 选项
- 文本编辑器 -> C# -> 智能感知
- 确保选中键入字符后显示完成列表"
如果您使用其他语言,请更新问题,我会尽力为您指明正确的方向
If you're using a different language please update the question and I'll try to point you in the right direction
这篇关于VS2013 智能感知代码补全的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!