I'm testing the Visual Studio 2013. The intellisense is awesome and helps you a lot, but I'm noticing it slows down a lot my computer. When I write in the IDE, it goes like slow...

Is any option to just show the autocomplete when I press a hotkey? Thanks

有帮助吗?

解决方案

See Modifying IntelliSense Options. You want "Tools"->"Options"->"Text Editor"->(choose language or All Languages)->uncheck "Auto list members". You can still get statement completion with ctrl-j.

You may also want to read Productivity Tips for Visual Studio.

[The downvotes might be due to people not realizing that asking about software tools commonly used by programmers is in scope for this forum: What topics can I ask about here?.]

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top