Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudharsan-selvaraj/simcode
Vscode extension to manage Android emulators and iOS simulators directly from the comfort of the editor
https://github.com/sudharsan-selvaraj/simcode
android appium emulator mobile-app simulator vscode vscode-extension
Last synced: about 13 hours ago
JSON representation
Vscode extension to manage Android emulators and iOS simulators directly from the comfort of the editor
- Host: GitHub
- URL: https://github.com/sudharsan-selvaraj/simcode
- Owner: sudharsan-selvaraj
- License: mit
- Created: 2023-03-14T05:15:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T05:44:17.000Z (5 months ago)
- Last Synced: 2024-06-13T08:59:32.895Z (5 months ago)
- Topics: android, appium, emulator, mobile-app, simulator, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sudharsan-selvaraj.simcode
- Size: 515 KB
- Stars: 32
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Simcode
Manage android emulator and iOS simulators drirectly from the comfort of your editor
SimCode is a [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that can be used to manage android simulator and ios emulator.
Release: 1.0.0## Highlighted Features
- Lightweight UI to list android and ios devices
- Start and stop emulators/simulators with single click.## Pre-requisites
- Android SDK is required and `ANDROID_HOME` environment variable should pointing to Android Sdk's root directory.
- For iOS simulators, Xcode and Xcode commandline tools are mandatory## Quick start
- Install the Simcode extension for Visual Studio Code.
- Click on the Simcode icon in the side panel.
- List of available Android Emulators and iOS simulators will listed on the tree view.
- You can either start or stop the devices from the list.## Known Issues
- If you come across a problem with the extension, please file an [issue](https://github.com/sudharsan-selvaraj/simcode/issues/new)
- For list of known issues, please check the [existing issues]https://github.com/sudharsan-selvaraj/simcode/issues)**Enjoy!**