Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Infominds IntelliSenseNew to Visual Studio Code? Get it now.
Infominds IntelliSense

Infominds IntelliSense

Infominds AG

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

Infominds Intellisense

Introduction

The "Infominds Intellisense" extension enhances the React Native development process. It offers features that improve code cleanliness and help manage resources.

Key features include:

  • Unused and Empty JSON Key Highlighting: Easily identify and manage unused or empty keys within your language resource files, keeping your localization files clean and efficient.
  • Missing JSON Key Detection: Automatically detect and suggest the addition of missing keys across different language files, ensuring consistency and completeness in your project's internationalization efforts.
  • Unused Style Highlighting: Highlight unused styles declared in StyleSheet.create() within React Native component files, helping you to maintain a lean and readable codebase.

Software Dependencies

This extension doesn't require any additional dependencies.

Latest Releases

Version 0.0.13

Build and Test

API References

API Documentation

Creating your first extension

You can follow the instructions provided on the VSCode website.

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