Skip to content

Releases: adityavijay21/reactsnipp

Version 0.0.4

23 Aug 20:43
Compare
Choose a tag to compare

Installing the extension

Here's how to install this extension as a VSIX file :

VS Code interface:

  1. Open VS Code.
  2. Go to Extensions (usually left side).
  3. Click "..." (top right) and select "Install from VSIX...".
  4. Locate the downloaded .vsix file and select "Install".

Command line:

code --install-extension <path_to_file>.vsix

Note: Reload VS Code after installation (circular arrows icon in status bar or Ctrl+Shift+P -> "Reload Window").

Version 0.0.3

23 Jul 07:22
Compare
Choose a tag to compare

Installing the extension

Here's how to install this extension as a VSIX file :

VS Code interface:

  1. Open VS Code.
  2. Go to Extensions (usually left side).
  3. Click "..." (top right) and select "Install from VSIX...".
  4. Locate the downloaded .vsix file and select "Install".

Command line:

code --install-extension <path_to_file>.vsix

Note: Reload VS Code after installation (circular arrows icon in status bar or Ctrl+Shift+P -> "Reload Window").