Your custom-snippet
This extension provides a convenient way to add observable variables to MobX store classes in Visual Studio Code.
Features
- Easily add observable variables with a command.
- Supports TypeScript and MobX-based projects.
Installation
To install the extension, follow these steps:
- Download the
.vsix file from the repository releases.
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X .
- Click on the
... (More Actions) button in the top right corner of the Extensions view.
- Select
Install from VSIX... .
- Browse to the location where you downloaded the
.vsix file and select it.
- Follow the prompts to complete the installation.
Once installed, you can use the "Add Observable" command by opening the Command Palette (Ctrl+Shift+P ) and selecting "Add Observable".
Usage
After installation, use the Command Palette (Ctrl+Shift+P ) and type "Add Observable" to start adding observable variables.
| |