react-hooks-snippets icon indicating copy to clipboard operation
react-hooks-snippets copied to clipboard

Visual Studio Code extension, code snippets for React Hooks

Results 10 react-hooks-snippets issues
Sort by recently updated
recently updated
newest added

I think this extension has a great future! https://github.com/alDuncanson/react-hooks-snippets/issues/15#issuecomment-718782937 Of course with preserving web support! I've been trying to build a similar extension: https://github.com/zardoy/vscode-better-snippets (it was primarily created for React)....

## Intro/Summary: Hey so if you have a certain vscode setting turned off, and you try to use the use state hook snippet ('ush'), the 'setMyValue' part does not get...

Hi, I want to use the snippets with my custom settings. For example, if I type `ueh`, it will automatically create `return cleanUp = () => {}` although I don't...

Is there an option to customize the templates? For example, when I type 'ush + tab' I get: `const [ |, set|] = useState();` This is great. Thank you for...

# Update software license ## Summary After further reading, I want to give all users the right to run, edit, contribute to, and share this software. In order to grant...

enhancement

enhancement
good first issue

# Update license Replace the existing MIT license with GNU's GPL. ## Details The current license was [selected years ago](https://github.com/alDuncanson/react-hooks-snippets/commit/64d60ecd232ec5d5a92134e79c0af7298119365c#diff-d0ed4cc3fb70489fe51c7e0ac180cba2a7472124f9f9e9ae67b01a37fbd580b7) and resides in [LICENSE.txt](https://github.com/alDuncanson/react-hooks-snippets/blob/v2.0.0/LICENSE.txt), I want that updated to GNU's...

enhancement
good first issue

# Setup GitHub actions ## Summary Look into GitHub actions for packaging and publishing `*.vsix` files to the [Visual Studio | Marketplace](https://marketplace.visualstudio.com/VSCode). ## Tasks - [ ] research actions -...

enhancement