Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novajslabs/vsce
A Visual Studio Code Extension to add dependency-free React hooks to your project
https://github.com/novajslabs/vsce
hook hooks hooks-library javascript react react-hooks reactjs reactjs-hooks typescript visual-studio-code visual-studio-code-extension vscode vscode-extension vscode-plugin vscode-snippets
Last synced: 6 days ago
JSON representation
A Visual Studio Code Extension to add dependency-free React hooks to your project
- Host: GitHub
- URL: https://github.com/novajslabs/vsce
- Owner: novajslabs
- License: mit
- Created: 2024-09-25T13:59:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T13:03:00.000Z (30 days ago)
- Last Synced: 2024-11-26T13:40:14.779Z (30 days ago)
- Topics: hook, hooks, hooks-library, javascript, react, react-hooks, reactjs, reactjs-hooks, typescript, visual-studio-code, visual-studio-code-extension, vscode, vscode-extension, vscode-plugin, vscode-snippets
- Homepage: https://novajs.co/visual-studio-code-extension
- Size: 515 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nova.js Visual Studio Code Extension
A Visual Studio Code Extension to add dependency-free React hooks to your project.
## Getting started
### Installation
Open the extensions sidebar in Visual Studio Code and search for `Nova.js` or install it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=novajs.nova-js-vsce).
### Usage
Inside of an existing or new `.js`, `.ts`, `.jsx` or `.tsx` file, type the name of the hook you want to use and press Enter.
List of available hooks at [novajs.co/react-hooks](https://novajs.co/react-hooks).
![Usage](https://novajs.co/vsce-usage.gif)
## Documentation
[novajs.co/visual-studio-code-extension](https://novajs.co/visual-studio-code-extension)
## Questions
For questions and support please [open a discussion](https://github.com/novajslabs/vsce/discussions).
## Support
You can support this project in several ways:
### Star us
Star [this repo](https://github.com/novajslabs/vsce).
### Rate us
Rate this extension on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=novajs.nova-js-vsce).
### Share
- [LinkedIn](http://www.linkedin.com/shareArticle?mini=true&url=https://novajs.co)
- [WhatsApp](https://api.whatsapp.com/send?text=https://novajs.co)
- [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://novajs.co)
- [X](https://twitter.com/intent/tweet?url=https://novajs.co)
- [Reddit](https://www.reddit.com/submit?url=https://novajs.co)## License
[MIT](https://github.com/novajslabs/vsce/blob/main/LICENSE)