r5n-dev / vscode-react-javascript-snippets

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

snippet and auto complete & suggestion not working #259

Open Anjaneekumar opened 2 years ago

Anjaneekumar commented 2 years ago

Always has to reinstall the extension to get things working smooth .. otherwise stops suggesting , auto import and snippets too . Please help with this isssue image

It should be suggesting but is not working .. simillar with all react functions

lagroms commented 1 year ago

I have the same problem. Since last update, I can't type the full snippet name, otherwise I won't have the suggestion. I can only type the 1st letter, and select from the list. That's really annoying.

ezgif-4-f0940a8fda

tmerlet commented 1 year ago

same problem, watching

lagroms commented 1 year ago

I just noticed something weird. The suggestions work fine in the return() method, but not inside the component itself (see gif)

ezgif-3-38338ecd5f

snapdeus commented 1 year ago

same problem, watching

tmerlet commented 1 year ago

For those that are still watching, it seems to be a problem with vscode and should be fixed in the next release: https://github.com/microsoft/vscode/issues/173244

lagroms commented 1 year ago

Cool ! Thanks for the update

tmerlet commented 1 year ago

you can actually get the fixed build of vscode by using vscode-insiders and it works... :)

lagroms commented 1 year ago

just got it now 1.75.1, issue is fixed :)