r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.7k stars 434 forks source link

Snippets not appearing automatically #286

Open gbibek34 opened 1 year ago

gbibek34 commented 1 year ago

image The snippets dont appear automatically but when the popup is removed and recalled using ctrl+space they appear

heorhii-aksiuk commented 1 year ago

Same problem with clg snippet

mehimanshupatil commented 1 year ago

refer https://github.com/microsoft/vscode/issues/173244

josegutierro commented 1 year ago

same here

pablojp commented 1 year ago

same here!!

alexandreleduc commented 1 year ago

In Next.js or a CRA created React project, typing "clo" works fine, but I have a React project created with Vite and in that one, typing just the first 2 characters of the snippet "cl" the "clo" snippet is shown, but if I type "clo", the snippets disappear.