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

Extra semicolon in import snippets #230

Closed D1White closed 2 years ago

D1White commented 2 years ago

Most import snippets (like imp, ima, imd) have a newline and a semicolon. Is there a need for this or is it a bug? Here is the result of the imd snippet: import { second } from 'first'; ;

ArturoDent commented 2 years ago

Same as https://github.com/dsznajder/vscode-react-javascript-snippets/issues/216

D1White commented 2 years ago

I think this should solve the problem #232

ice-chillios commented 2 years ago

@D1White @ArturoDent fixed in v4.3.1