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

Intellisense is very slow. #56120

Closed
muralinit opened this issue Aug 10, 2018 · 5 comments
Closed

Intellisense is very slow. #56120

muralinit opened this issue Aug 10, 2018 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@muralinit
Copy link

Issue Type: Performance Issue

It is almost taking 30 secs to load the intellisense.

VS Code version: Code 1.25.1 (1dfc5e5, 2018-07-11T15:43:53.668Z)
OS version: Windows_NT x64 10.0.16299

System Info
Item Value
CPUs Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (4 x 2592)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Memory (System) 15.88GB (10.27GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
    0	    98	  8268	code main
    0	    68	  3884	   shared-process
    0	   242	  4596	   window (● tabular-mapper.component.ts - gpoWorkflow-angular-polarisApp - Visual Studio Code)
    0	    11	  4884	     watcherService 
    0	    10	  9592	       console-window-host (Windows internal process)
    0	    89	 11232	     extensionHost
    0	   876	   232	       electron_node language-server-stdio.js 
    0	    38	  1992	       electron_node jsonServerMain.js 
    0	   191	  6060	       electron_node electronForkStart.js tsserver.js 
    0	    35	  9636	         electron_node typingsInstaller.js tsserver.js typesMap.js 
    0	    67	 10048	       electron_node tslintServer.js 
    0	   100	  9736	   gpu-process
    1	    77	 12160	   window (Issue Reporter)
Workspace Info
|  Window (● tabular-mapper.component.ts - gpoWorkflow-angular-polarisApp - Visual Studio Code)
|    Folder (gpoWorkflow-angular-polarisApp): 512 files
|      File types: ts(219) html(202) scss(38) json(10) jpg(8) js(5) yaml(4)
|                  build(2) md(2) xml(2)
|      Conf files: makefile(1) package.json(1) tsconfig.json(1) tslint.json(1)
|                  launch.json(1)
|      Launch Configs: chrome(3);
Extensions (8)
Extension Author (truncated) Version
jshint dba 0.10.19
vscode-eslint dba 1.4.12
gitlens eam 8.5.4
EditorConfig Edi 0.12.4
tslint eg2 1.0.34
beautify Hoo 1.3.2
debugger-for-chrome msj 4.8.2
javascript-typescript sou 0.0.7
@ramya-rao-a
Copy link
Contributor

What filetype were you working on when this happened?

@ramya-rao-a ramya-rao-a added the info-needed Issue requires more information from poster label Aug 10, 2018
@armoucar
Copy link

armoucar commented Aug 10, 2018

very, very slow in here also... it started suddenly yesterday. Can't remember if there was an update before the issue started.

I'm working with plain js files. Everytime I try auto-complete (command+space), the CPU usage goes +100%

image

@hegelstad
Copy link

hegelstad commented Aug 10, 2018

This will likely be solved when vscode upgrades typescript version 3.

Try to roll your own typescript version in vscode.

  1. npm install typescript@next
  2. go to vscode settings
  3. add this line: "typescript.tsdk": "<absolutepath/to/project/node_modules/typescript/lib/>"
  4. Reload window

meanwhile try to add this line to vscode settings: "typescript.quickSuggestionsForPaths": false,

@ramya-rao-a
Copy link
Contributor

Also try our latest Insiders

@vscodebot
Copy link

vscodebot bot commented Aug 21, 2018

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

5 participants