r5n-dev / vscode-react-javascript-snippets

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

After last update How to enable this extension back? #205

Closed KostiantynO closed 2 years ago

KostiantynO commented 2 years ago

After last update How to enable this extension back? It does not work now in win 10 VSCode ! If you try to use enf/anf or any other snippet - No suggestions showed in intelliSence dialog dropdown !

mikededo commented 2 years ago

Check the React Snippets › Settings: Language Scopes option in VSCode settings. Try adding the default value, which is: typescript,typescriptreact,javascript,javascriptreact.

If still does not work, check that the file type is detected by VSCode is the correct one. Autocomplete for javascript will not work unless it detects a javascript type of file.

If still does not solve your issue, check that you have not set any configuration or similar that disabled the extension locally or even in the workspace.

ice-chillios commented 2 years ago

@KostiantynO Sorry, I see that I missed others snippets for parsing. I also recommend you to restart VSCode as right now they are generated on js/ts file open. Released in v4.0.3

KostiantynO commented 2 years ago

Thank you very much! Now it works!