简体   繁体   English

MS Visual Studio 2019 C# 智能感知建议未显示,但按 Tab 键时自动完成工作正常

[英]MS Visual Studio 2019 C# intellisense suggestions not showing up, but autocomplete when pressing tab is working

You know how you get suggestions when typing keyowrds,variable names and functions?您知道在键入关键字、变量名称和函数时如何获得建议吗? I dont get any of them.我没有得到他们中的任何一个。 Like absolutely none of them are showing up.就像绝对没有他们出现。 I need to look up the functions, parameters and arguments on the documentation before i can program anything.在编写任何程序之前,我需要在文档中查找函数、参数和参数。

I have tried multiple solutions to fix this issue including reinstalling visual studio, enabling options in the Text Editor section of the Options menu.我尝试了多种解决方案来解决此问题,包括重新安装 Visual Studio、启用“选项”菜单的“文本编辑器”部分中的选项。

i have tried many of the suggestions here Visual Studio- autocomplete not working and here Intellisense and code suggestion not working in Visual Studio 2012 Ultimate RC我在这里尝试了许多建议Visual Studio-自动完成不起作用,这里Intellisense 和代码建议在 Visual Studio 2012 Ultimate RC 中不起作用

deleting files in the .vs folder and reopening the project seems to make intellisense work only a few times, then it stops working again.删除 .vs 文件夹中的文件并重新打开项目似乎只能使智能感知工作几次,然后它再次停止工作。 I have to keep on deleting .vs files and try again.我必须继续删除 .vs 文件并重试。

happy to provide more information.. any suggestions welcome很乐意提供更多信息..欢迎任何建议

Completely uninstalling VS 2019 along with all extensions/addons, deleting any remaining files, then reinstalling seems to have solved the problem for the time being..完全卸载 VS 2019 以及所有扩展/插件,删除所有剩余文件,然后重新安装似乎暂时解决了问题..

for the record, this was my 4th attempt at a reinstall.. not sure why it worked now and not before作为记录,这是我第 4 次尝试重新安装.. 不知道为什么它现在有效而不是以前

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 Visual Studio 2019 中的 C# 解决方案返回 cmake 项目时,Resharper 智能感知停止工作 - when going back to cmake project from C# solution in visual studio 2019 Resharper intellisense stops working Visual Studio Code C# Intellisense 不工作 - Visual Studio Code C# Intellisense Not Working Visual Studio 2019 C# 突出显示不起作用? - Visual Studio 2019 C# highlighting not working? 自动完成功能停止工作 Accord.Math、Visual Studio 2019、C# - Autocomplete stops working Accord.Math, Visual Studio 2019, C# VS Code Intellisense 未在 C# 中显示建议 - VS Code Intellisense not showing suggestions in C# Visual Studio 2019 进入定义状态,Intellisense 不起作用 - Visual studio 2019 go to definition and Intellisense not working blazor 智能感知无法正常工作 Visual Studio 2019 - blazor intellisense not working visual studio 2019 自动完成的Lambda表达式(使用像函数参数一样的函数)(C#,Visual Studio 2019) - Autocomplete lambda expression (when it used like functions parameter) (C#, Visual Studio 2019) Visual Studio 没有为其中一个项目显示 C# 的代码建议 - Visual Studio not showing code suggestions for C# for one of the projects Visual Studio代码IntelliSense建议不会自动弹出 - Visual Studio Code IntelliSense suggestions don't pop up automatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM