AD Extension
AD Extension is a Visual Studio Code extension that simplifies the creation of components and settings for administrative panels.
Features
- Create new page components with a pre-filled template
- Generate a settings file with a predefined structure
- Convenient context menu in the VS Code explorer for quick access to functions
Usage
- Right-click on a folder in the VS Code explorer
- Select "Admin Panel" from the context menu
- Choose "Create Page" to create a new page component or "Create Settings" to create a settings file
Creating a Page
When selecting "Create Page":
- Enter the component name (without extension)
- A .tsx file will be created with a basic React component structure
Creating Settings
When selecting "Create Settings":
- A settings.ts file will be automatically created in the selected folder
- The file will contain a template for defining links
Requirements
- Visual Studio Code version 1.94.0 or higher
Extension Settings
This extension does not add any customizable settings at the moment.
Known Issues
There are no known issues at this time. If you discover any problems, please report them in the project repository.
Release Notes
0.0.1
Initial release of AD Extension:
- Added page creation functionality
- Added settings file creation functionality
- Implemented context menu in VS Code explorer
Enjoy using AD Extension!
| |