Skip to content

bothrs/vs-code-sidekick

Repository files navigation

Bothrs Sidekick README

This extension provides adds some helper functionality to Visual Studio Code.

Features

Component generator

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.

Demo

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.

Extension Settings

This extensions provides the following settings:

  • bothrs.framework: Specify the framework, the default auto detects the framework your project uses. Supported options are automatic, react and react-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.


Release Notes

Releases

1.0.0

Inital release of Bothrs Sidekick.

2.0.0

Merged different team standards into one.

3.2.0

Added tailwind support

3.2.2

Fixed react-native syntax being used in default react templates