All Projects → exlcode → exlcode-chrome

exlcode / exlcode-chrome

Licence: other
EXLcode - VS Code-based Online IDE Chrome Extension

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to exlcode-chrome

exlcode
EXLcode - VS Code-based Online IDE
Stars: ✭ 42 (+133.33%)
Mutual labels:  ide, devtools, cloud-ide, exlcode, online-ide
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+36411.11%)
Mutual labels:  ide, devtools, cloud-ide
dockside
Dockside is a tool for provisioning lightweight access-controlled IDEs, staging environments and sandboxes - aka 'devtainers' - on local machine, on-premises raw metal or VM, or in the cloud
Stars: ✭ 205 (+1038.89%)
Mutual labels:  ide, cloud-ide, online-ide
Phalcon Devtools
Phalcon Developer Tools
Stars: ✭ 1,295 (+7094.44%)
Mutual labels:  ide, devtools
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+661.11%)
Mutual labels:  ide, devtools
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (+377.78%)
Mutual labels:  ide, cloud-ide
Gitpod
Gitpod automates the provisioning of ready-to-code development environments.
Stars: ✭ 6,261 (+34683.33%)
Mutual labels:  ide, cloud-ide
Theia
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Stars: ✭ 15,920 (+88344.44%)
Mutual labels:  ide, cloud-ide
c9.ide.theme.jett
Flat Material Look for Cloud9!
Stars: ✭ 26 (+44.44%)
Mutual labels:  ide, cloud-ide
CoSy
CoSy APL NoteComputing environment in open x86 Reva Forth
Stars: ✭ 33 (+83.33%)
Mutual labels:  ide
icecoder
ICEcoder - Web IDE and editor for REDAXO CMS
Stars: ✭ 21 (+16.67%)
Mutual labels:  ide
vscode
The Visual Studio Code Extension for the Erlang Language Server
Stars: ✭ 62 (+244.44%)
Mutual labels:  ide
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (+16.67%)
Mutual labels:  ide
hitboxtracker
🔨 Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server
Stars: ✭ 34 (+88.89%)
Mutual labels:  devtools
eclipse
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
Stars: ✭ 31 (+72.22%)
Mutual labels:  ide
prosemirror-dev-toolkit
Injectable developer tools for ProseMirror rich-text editors implemented in Svelte and TypeScript.
Stars: ✭ 44 (+144.44%)
Mutual labels:  devtools
vscode-liquid
💧Liquid language support for VS Code
Stars: ✭ 137 (+661.11%)
Mutual labels:  ide
rkubelog
Send k8s Logs to Papertrail and Loggly Without DaemonSets (for Nodeless Clusters)
Stars: ✭ 15 (-16.67%)
Mutual labels:  devtools
language-chef
Development repository for the language-chef plugin for the Atom text editor
Stars: ✭ 16 (-11.11%)
Mutual labels:  ide
BlocksIDE
Complete Blocks js development environment including js to blocks and blocks to js conversions
Stars: ✭ 56 (+211.11%)
Mutual labels:  ide

EXLcode Online IDE - Chrome Extension

This extension provides a seamless user experience for EXLcode and Chrome browser users.

It can be found in the Chrome Web Store here

Feedback

Please provide feedback and bug reports via GitHub issues in this repo

Developer Setup

  1. Clone this repo

  2. Run yarn install in src/browser_action/app

Browser Action Development

All code for the popup or, "Browser Action" as it's formally known, is in the src/browser_action/app directory. It is a small React Typescript app that can be edited separately by running yarn start in that directory.

Production Build

  1. First, it's necessary to build the browser action app: run yarn build in src/browser_action/app

  2. Once the browser action has been built, temporarily delete the src/browser_action/app/node_modules directory to decrease the size of the extension

  3. Export the directory as a ZIP (i.e., cd .. && zip -r exlcode-chrome.zip exlcode-chrome) and continue the process following the Chrome Web Store guidlines.

  4. After the extension has been packaged, in order to continue development, restore your src/browser_action/app/node_modules directory by running the yarn install command as outlined in the Develeper Setup section above.

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].