Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode intellisense stop working #28417

Closed
50l3r opened this issue Jun 10, 2017 · 21 comments
Closed

vscode intellisense stop working #28417

50l3r opened this issue Jun 10, 2017 · 21 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension html HTML support issues

Comments

@50l3r
Copy link

50l3r commented Jun 10, 2017

Intellisense stop working

  • VSCode Version: 1.13.0
  • OS Version: Windows 10 Pro

Steps to Reproduce:

  1. For example in php/html file starts tiping: <span
  2. Nothing appens

vscode example

My extensions:

  • Alignment
  • Angular 1 Javascript and TypeScript Snippets
  • Angular Support
  • Auto Close Tag
  • Auto Rename Tag
  • Beautify
  • EditorConfig for VS Code
  • ESLint
  • Git Project Manager
  • HTML Snippets
  • html tag wrapper
  • HTMLHint
  • IntelliSense for CSS classes
  • jshint
  • npm
  • npm intellisense
  • Output Colorizer
  • Path Intellisense
  • PHP Debug
  • PHP Intellisense
  • seti-icons
  • Settings Sync
  • Theme - Seti Monokai
@quonic
Copy link

quonic commented Jun 10, 2017

Same Version and OS here also have the same issue. It seems to work after starting VSCode, but stops after a few mins. I have ESLint, jshint, and npm intellisense extensions in common with 50l3r

50l3r: Have you tried disabling all hinting extensions, and enabling them one by one to see if one of them are the cause?

@ssisaias
Copy link

It's also happening to me after i've updated. Intellisense works on start up, stops working after few seconds, to not come back working at all. I have just these two extensions bellow installed.

  • VSCode Version: Code 1.13.0 (376c52b, 2017-06-08T16:43:13.058Z)
  • OS Version: Win 10 Latest
  • Extensions:
Extension Author Version
vscode-codemetrics kisstkondoros 1.7.2
Material-theme zhuangtongfa 2.8.5

@hiepxanh
Copy link

the same with me, visual studio on window died

@quonic
Copy link

quonic commented Jun 12, 2017

Disabling the other linters and intellisense extensions didn't seem to help. When intellisense does die Ctrl+Space just shows "Loading..."

@pdgago
Copy link

pdgago commented Jun 12, 2017

intellisense stopped working for me on script tags within html files

@ramya-rao-a ramya-rao-a added the html HTML support issues label Jun 12, 2017
@ramya-rao-a
Copy link
Contributor

@quonic, @hiepxanh @pdgago Are you seeing the issue in html files only or any other languages too?

cc @mjbvz

@equinox
Copy link

equinox commented Jun 12, 2017

Potentially the cause: zignd/HTML-CSS-Class-Completion#58

Disabling the extension does make intellisense work again for me. Enabling it again makes it work for a few seconds, then seems to kill off the intellisense again.

@quonic
Copy link

quonic commented Jun 12, 2017

@ramya-rao-a It seems to also happen in Powershell files.

@pdgago
Copy link

pdgago commented Jun 13, 2017

For me the problem was caused by the polymer.polymer-ide plugin. I disabled it and it's working again. I was having problems with html files.

@ramya-rao-a
Copy link
Contributor

Closing this issue as the problem was caused by extensions.
Please log an issue in the repo for the extension that is causing this.

@ramya-rao-a ramya-rao-a added the *caused-by-extension Issue identified to be caused by an extension label Jun 13, 2017
@mahaveer0496
Copy link

mahaveer0496 commented Jul 16, 2017

I'm having this same issue and i dont have that plugin installed....
Suggestions/Intellisense works for few seconds when VScode starts after that it stops working

@ramya-rao-a
Copy link
Contributor

@mahaveer0496 Do you see the issue in different languages or only 1?

@mahaveer0496
Copy link

I only use VScode for React, React-Native so I can only speak for Javascript :) @ramya-rao-a
I changed to the previous version ( 1.13.1 ) and everything is back to normal.

@ramya-rao-a
Copy link
Contributor

cc @mjbvz for auto-completion issues in javascript

@Halkcyon
Copy link

Halkcyon commented Oct 18, 2017

@ramya-rao-a I'm seeing this issue while editing PowerShell scripts after VSCode has been up for a long period of time without restart (8+ hrs). It gives me "No suggestions." on built-in cmdlets

@ramya-rao-a
Copy link
Contributor

@TheIncorrigible1 Please log an issue in the repo for the Powershell extension that porvides the suggestions.

@ronak-itility
Copy link

Just to log. @50l3r
For me Azure Extension Packextension was the culprit

@pquiring
Copy link

pquiring commented Nov 9, 2017

I'm using C# and intellisense frequently stops working. F12 stops working. Sometimes if I restart it works. Today nothing works.

@pquiring
Copy link

pquiring commented Nov 9, 2017

Found a fix. I opened project alone (not in workspace) and then VSCode performed a restore and then everything started to work again. Then I can switch back to workspace and it works fine again.

@hamidmaddi
Copy link

hamidmaddi commented Nov 12, 2017

I can confirm the same behavior. It works when the app starts and then stops after few minutes. I am using 1.18.0.

@ramya-rao-a
Copy link
Contributor

@hamidmaddi Please share the type of file you are seeing the issue in. C#, js, powershell?

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension html HTML support issues
Projects
None yet
Development

No branches or pull requests