This extension provides adds some helper functionality to Visual Studio Code.
A tool to easily create the boilerplate for a component.
The tool will change the structure it generates the files in based on your Product Team
and Framework
.
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
This extensions provides the following settings:
bothrs.framework
: Specify the framework, the default auto detects the framework your project uses. Supported options areautomatic
,react
andreact-native
.bothrs.shouldOpenCreatedComponentFile
: Specify if Bothrs Sidekick should open the created component file.
Tip: Configure the project specific options in a project settings file. This way everyone who is working on the project will use the same setup.
Releases
Inital release of Bothrs Sidekick.
Merged different team standards into one.
Added tailwind support
Fixed react-native syntax being used in default react templates