Welcome to the README for the "react-code-regions" extension!
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.
There are no specific requirements or dependencies for this extension.
This extension contributes the following settings:
react-code-regions.customRegions
: Customize your list of regions for React code comments.
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.
No known issues at the moment. If you encounter any issues, please feel free to report them on the extension's GitHub repository.
Initial release of the "react-code-regions" extension.
Make sure to adhere to the best practices and guidelines outlined for creating Visual Studio Code extensions.
Check out the Extension Guidelines for more details.
Enjoy coding with "react-code-regions"!