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

jsx attribute auto completion (auto option) not working after certain prop type, but works before it #248

Closed NikolaKrsticFFWD closed 2 years ago

NikolaKrsticFFWD commented 2 years ago

backgroundColor successfully auto completed to backgroundColor="" before imgStyle={{position:"absolute"}} image

but it fails to auto complete after the imgStyle={{position:"absolute"}}

image

the same is happening with the other prop type:

image

image

chillios-dev commented 2 years ago

@NikolaKrsticFFWD Why should this extension cover this? It's because of types in libraries, not by extension for snippets 😅