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

Add className snippet for quick insertion in React Native with NativeWind #332

Open mouad-dadda opened 3 weeks ago

mouad-dadda commented 3 weeks ago

📌 While working with React Native and NativeWind ,

🤔 I frequently found myself needing to add the className attribute manually. This process was repetitive and lacked autocomplete functionality, which slowed down my workflow. To enhance productivity and streamline the development process, I created this snippet.👾

✔Added a new snippet with the prefix cln that expands to className="" , allowing users to easily insert the class name with a placeholder for quick editing.