question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
DustinCampbellcommented, Nov 29, 2017

A couple of suggestions:

  • Try updating to the latest mono-complete and msbuild packages.

  • Try adding the following setting in VS Code:

    "omnisharp.path": "/home/marek/.vscode/extensions/ms-vscode.csharp-1.13.1/.omnisharp/run"
    
0reactions
marekw2143commented, Nov 29, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found