microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.44k stars 29.35k forks source link

Snippet suggestions doesn't appear until suggestion window is reactivated with shortcut #169629

Closed westernwontons closed 1 year ago

westernwontons commented 1 year ago

Type: Bug

  1. Have any kind of snippet that you trigger by a prefix.
  2. See it appear in the suggestions window.
  3. Fully type the prefix out.
  4. It's no longer in the suggestions window.
  5. Reactivate the suggestions window with a shortcut (mine is cmd+i)
  6. The snippet now is visible in the suggestions window.

I would also like to reference #168580, where according to VSCode extension bisect it's always the currently active language server is at fault. Typescript seems to be working fine, but I only tried with Python and Rust.

VS Code version: Code - Insiders 1.75.0-insider (d957d2ca58ded0ab70ed7fadc8a1f6a36fcf2d1e, 2022-12-20T10:01:06.990Z) OS version: Darwin arm64 22.2.0 Modes: Sandboxed: Yes

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
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|4, 4, 3| |Memory (System)|16.00GB (0.19GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (43) Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 vscode-nginx-conf|ahm|0.1.3 ng-template|Ang|15.0.3 vscode-tailwindcss|bra|0.9.1 better-toml|bun|0.3.2 npm-intellisense|chr|1.4.4 vscode-eslint|dba|2.3.0 vscode-quick-select|dba|0.2.9 xml|Dot|2.5.1 gitlens|eam|13.1.1 scroll-faster|Enk|0.2.2 prettier-vscode|esb|9.10.3 copy-relative-path-and-line-numbers|ezf|0.3.1 vscode-jest-runner|fir|0.4.59 auto-rename-tag|for|0.1.10 shell-format|fox|7.2.2 macros|ged|1.2.1 vscode-pull-request-github|Git|0.57.2022121916 vscode-postfix-ts|ipa|1.11.3 Angular2|joh|13.0.0 center-editor-window|kai|2.3.0 graphql-for-vscode|kum|1.15.3 vscode-clangd|llv|0.1.23 ts-error-translator|mat|0.8.0 dotenv|mik|1.0.1 vscode-docker|ms-|1.23.3 black-formatter|ms-|2022.7.13271013 isort|ms-|2022.9.13271012 python|ms-|2022.21.13541009 vscode-pylance|ms-|2022.12.21 vscode-typescript-next|ms-|5.0.202212190 vsliveshare|ms-|1.0.5788 prisma|Pri|4.7.1 vscode-yaml|red|1.10.1 better-pageup-pagedown|rus|0.0.1 rust-analyzer|rus|0.4.1326 vs-code-prettier-eslint|rve|5.0.4 justfile|scl|2.1.0 vscode-scss-formatter|sib|2.4.4 shellcheck|tim|0.29.2 vscode-input-sequence|tom|0.2.0 errorlens|use|3.6.0 vscode-lldb|vad|1.8.1 (1 theme extensions excluded)
vscodenpa commented 1 year ago

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

vscodenpa commented 1 year ago

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!

dreambit commented 1 year ago

I have the same issue; it reproduces even when all extensions are disabled.