Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Infominds Code SnippetsNew to Visual Studio Code? Get it now.
Infominds Code Snippets

Infominds Code Snippets

Infominds AG

|
105 installs
| (1) | Free
Infominds Code Snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Infominds Code Snippets

Introduction

The "Infominds Code Snippets" extension speeds up the React Native development process by providing a set of snippets that replace frequently used code blocks.

Software Dependencies

This extension doesn't require any additional dependencies.

Latest Releases

Version 0.0.5

Build and Test

API References

  • API Documentation

Creating your first extension

The following instructions are included in the Your First Extension documentation on the Visual Studio Code site.

To start, make sure you have Node.js and Git installed.

First, use the following command to set up a project template:

npx --package yo --package generator-code -- yo code

Choose:

> New Code Snippets

To finish the setup, follow the instructions in the terminal.

In the .code-snippets file, add your custom snippets. To create a custom snippet in Visual Studio Code, follow the documentation on their site.

Running Tests

After setting up your extension project, press F5 or navigate to Run > Start Debugging to run the tests.

Publishing your Extension

To publish your extensions you need to install the vsce tool. To install it run: npm install -g @vscode/vsce

Make sure you are in your project directory and then run: vsce package You should now have a .vsix file. FInally run: vsce publish to publish your extension to the VSCode Marketplace.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft