code completion not working
See original GitHub issue- VSCode Version: Code 1.18.1 (929bacba01ef658b873545e26034d1a8067445e9, 2017-11-16T18:34:22.110Z)
- OS Version: Linux x64 4.4.0-77-generic
- Extensions:
Extension | Author (truncated) | Version |
---|---|---|
vscode-nuget-package-manager | jmr | 1.1.5 |
csharp | ms- | 1.13.1 |
scorpio | whi | 0.0.4 |
Steps to Reproduce: With ASP .NET Core MVC application opened, try to use code-completion -it either waits very long with text “loading” . When run without extensions, code completion seems to suggest words which are present in currently opened file.
Doing “dotnet clean” followed by “dotnet build” does not solve the problem.
Reproduces without extensions: Yes
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the...
Read more >Visual Studio IntelliSense Not Working? What To Do.
Visual Studio IntelliSense Stopped Working. What To Do? · Workaround #1: Restart Visual Studio · Workaround #2: Restart Your Machine · Workaround # ......
Read more >Code completion | IntelliJ IDEA Documentation - JetBrains
If automatic completion is disabled, press Ctrl+Space or choose Code | Code Completion | Basic from the main menu. basicCodeCompletion.png. If ...
Read more >Code completion not working · Issue #177 - GitHub
The internal issue is that javaCode is not being set when the code cannot compile, which for code completion is always the case....
Read more >Code completion not working in 10.2 | Apple Developer Forums
Issue persists in Xcode 11.5 and 11.6 as well. Only solution that seems to work is to move the current file into the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A couple of suggestions:
Try updating to the latest
mono-complete
andmsbuild
packages.Try adding the following setting in VS Code:
Thanks @DustinCampbell . previously “omnisharp.path” was set to “null”, after changing it code completion works. Maybe upgrade from VSCode 1.17 to 1.18 overriden changes.