mxsdev / ts-type-explorer

VSCode Extension & utilities for exploring TypeScript type information
https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false
159 stars 4 forks source link

Significantly slows down autocomplete even when the tab isn't focused #37

Open evelant opened 1 year ago

evelant commented 1 year ago

Type: Bug

This extension appears to greatly slow down TS autocomplete even when the extension tab is not focused. It creates a big drag on editing speed. Hopefully the extension can be updated so that it does nothing unless it's the active panel.

Extension version: 0.4.2 VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:58:33.551Z) OS version: Darwin arm64 22.5.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|12, 13, 16| |Memory (System)|16.00GB (0.06GB free)| |Process Argv|| |Screen Reader|yes| |VM|0%|
mxsdev commented 1 year ago

Ah, yeah, I thought I fixed this earlier but I still need to address it!