All Projects → DiemasMichiels → emulator

DiemasMichiels / emulator

Licence: MIT License
Run Android emulator and iOS simulator easily from VScode!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to emulator

VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-51.67%)
Mutual labels:  extension, visual-studio-code, visual-studio-code-extension
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (-16.67%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-goto-next-previous-member
Visual Studio Code Extension to navigate through the functions, variables, and classes using quick and easy key commands similar to functionality provided by IntelliJ IDEs and Resharper
Stars: ✭ 24 (-60%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-commit-message-editor
Edit commit messages in a convenient way.
Stars: ✭ 40 (-33.33%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (-45%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-formatting-toggle
A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.
Stars: ✭ 52 (-13.33%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-61.67%)
Mutual labels:  extension, visual-studio-code
vscode-open-in-github
Visual Studio Code Extension — Open file in GitHub
Stars: ✭ 35 (-41.67%)
Mutual labels:  extension, visual-studio-code
vscode-terraform-doc-snippets
Snippets in vscode for all resources and data sources, as yanked directly from provider docs.
Stars: ✭ 26 (-56.67%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-kafka
Apache Kafka® extension for Visual Studio Code
Stars: ✭ 64 (+6.67%)
Mutual labels:  extension, visual-studio-code
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (-1.67%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (+51.67%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
ctagsx
VSCode ctags implementation that actually works
Stars: ✭ 24 (-60%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
vscode-terminal-manager
VSCode Extension to manage Terminals. Lets you add multiple optional terminals and easily switch through them. 🎉
Stars: ✭ 28 (-53.33%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
Code D
Fully featured D language extension for Visual Studio Code using Serve-D
Stars: ✭ 202 (+236.67%)
Mutual labels:  extension, visual-studio-code
Html Css Class Completion
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
Stars: ✭ 174 (+190%)
Mutual labels:  extension, visual-studio-code
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (+165%)
Mutual labels:  extension, visual-studio-code
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (+181.67%)
Mutual labels:  extension, visual-studio-code
vscode-mongodb
MongoDB extension for Visual Studio Code
Stars: ✭ 30 (-50%)
Mutual labels:  visual-studio-code, visual-studio-code-extension
comment-divider
Divide your code by sections with styled separators
Stars: ✭ 37 (-38.33%)
Mutual labels:  visual-studio-code, visual-studio-code-extension

Visual Studio Marketplace Version Installs License: MIT

Android iOS Emulator

A small Visual Studio Code extention to run Android and iOS Simulators in a click.
Link to marketplace: https://marketplace.visualstudio.com/items?itemName=DiemasMichiels.emulate

Running iOS simulators only works on Mac with Xcode!

Features

Select and run your emulator from Visual Studio Code.

Open all commands with Cmd-Shift-P and type Emulator or click the Emulator icon in the top right.

Image of Emulator

Requirements

Android Studio

To run Android emulators you need to have Android studio and already created the Android Virtual Devices.

Add the Android Studio emulator script to your settings in Visual Studio Code:
You can either set the default path or specify a specific path for each operating system. The default path will always be the fallback.
    Default: "emulator.emulatorPath": "~/Library/Android/sdk/emulator"
    Mac: "emulator.emulatorPathMac": "~/Library/Android/sdk/emulator"
    Linux: "emulator.emulatorPathLinux": "~/Android/Sdk/emulator"     Windows: "emulator.emulatorPathWindows":
      "<yourAndroidHome>\\Sdk\\emulator"
      or
      "C:\\Users\\<yourUsername>\\AppData\\Local\\Android\\Sdk\\emulator"

Your visual studio code settings are found here:
    File -> Preferences -> Setting -> User Setting -> Extensions -> Emulator Configuration

You now have the option to start Android emulators in cold boot modus. Activate it in your settings in Visual Studio Code:
    Android Cold Boot: true

Xcode

To run iOS emulators Xcode is required.

If your Xcode or simulator is not installed in the default location it is possible to set the correct path of the Simulator.app file:
"emulator.simulatorPath": "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app"

License

MIT License

Copyright (c) 2019 Diemas Michiels

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].