Visual Studio 2017: Disable Intellisense for CodeSnippets

前端 未结 4 859
感动是毒
感动是毒 2021-01-13 03:45

I\'m using Visual Studio 2017 Enterprise, Version 15.3.3

I looks like IntelliSense has some new features for code completion. On of this feature is, that a field nam

4条回答
  •  不要未来只要你来
    2021-01-13 04:17

    Disable the name suggestions in Tools/Options/TextEditor/C#/IntelliSense. That's what is causing this nonsense. Seems MS realized later that they flipped coders up by adding that feature that changes old behaviour greatly without giving them a way to disable it. Now there is such a checkbox. I nearly uninstalled this studio because of this lol. Not sure, may be it's a good feature, but i'm too used to Tab code snippets around, that I'm better without it.

提交回复
热议问题