Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennib/react-code-regions
A Visual Studio Code extension for quick picking "code regions" markers e rapidly inserting them as comments into your React compoent body. Start with a pre-defined list of regions and edit it as you like.
https://github.com/dennib/react-code-regions
code-regions comments react react-component reactjs typescript visualstudiocode vscode vscode-extension vscodeextension
Last synced: 14 days ago
JSON representation
A Visual Studio Code extension for quick picking "code regions" markers e rapidly inserting them as comments into your React compoent body. Start with a pre-defined list of regions and edit it as you like.
- Host: GitHub
- URL: https://github.com/dennib/react-code-regions
- Owner: dennib
- Created: 2024-03-07T00:21:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T23:00:12.000Z (8 months ago)
- Last Synced: 2024-04-29T03:04:20.412Z (6 months ago)
- Topics: code-regions, comments, react, react-component, reactjs, typescript, visualstudiocode, vscode, vscode-extension, vscodeextension
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# react-code-regions README
Welcome to the README for the "react-code-regions" extension!
## Features
The "react-code-regions" extension allows you to quickly insert predefined comments into your React code. Here's what it offers:
- Insert customizable comments into your React codebase effortlessly.
- Select from a list of predefined comments to enhance code readability and organization.## Requirements
There are no specific requirements or dependencies for this extension.
## Extension Settings
This extension contributes the following settings:
- `react-code-regions.customRegions`: Customize your list of regions for React code comments.
## Usage
To insert a predefined comment, use one of the following shortcuts:
- Press `Ctrl+Alt+K` on your keyboard.
- Press `Ctrl+Alt+Numpad0` on your keyboard.Select a comment from the available options and it will be inserted at the current cursor position.
## Known Issues
No known issues at the moment. If you encounter any issues, please feel free to report them on the extension's GitHub repository.
## Release Notes
### 0.0.6
Initial release of the "react-code-regions" extension.
---
## Following Extension Guidelines
Make sure to adhere to the best practices and guidelines outlined for creating Visual Studio Code extensions.
Check out the [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines) for more details.
## For More Information
- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)Enjoy coding with "react-code-regions"!