Giter VIP home page Giter VIP logo

exlcode-chrome's Introduction

EXLcode

EXLcode is an open source, MIT-licensed, cloud+browser-based fork of the VS Code core maintained by EXL Inc.

Try it out at https://exlcode.com/

Get the Chrome extension here.

Read the user docs here

EXLcode in Action

EXLcode IDE EXLcode IDE - Code Intelligence EXLcode Chrome Extension - GitHub Edit with EXLcode

Features

  • GitHub integration (view and edit repositories and files, in place)
  • Chrome extension for seamlessly using EXLcode in your daily workflow
  • Complete project explorer and text editor
  • Syntax highlighting and auto-complete for all major programming and markup languages
  • IntelliSense for Javascript, TypeScript, JSON
  • Project-wide search and replace
  • Fuzzy filename search
  • Side-by-side file comparison
  • Themes
  • Customizable Keyboard Shortcuts
  • Per-user, per-project customizable editor settings

Developing

Installing from Source

# Clone this repository.
git clone https://github.com/exlcode/exlcode

# Install npm packages
# Make sure that `which python` points to your installation python2 and that you have the build-essential package (on Ubuntu) for native builds and the xcode command line tools for OS X
# WHEN RUNNING ON A SERVER: For linux servers (no desktop), make sure you install X11 dev with `sudo apt-get install libx11-dev` otherwise the build will fail
# From the repo root, run:
./scripts/npm.sh install
cd ./exlcode
npm install

# Build
# From the repo root, run:
cd ./exlcode
npm run build

# Build targets:
# build - not minified, not optimized
# build-opt - packed not minimized. Requires ?b=opt when on localhost.
# build-min - packed and minimized. Requires ?b=min when on localhost.

Running Locally

# From the root of the repo, run:
cd ./exlcode && npm run http-server

The IDE will then be available at http://localhost:8000

Contributing

If you are interested in fixing issues and contributing directly to the code base, you can setup your development environment following the steps above and check issues in this GitHub repo. Once your changes are ready, please submit a pull request in this repo for the team to review.

Feedback

Please leave your feedback and bug reports in our GitHub Issues.

Related Projects

License

MIT

exlcode-chrome's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exlcode-chrome's Issues

Text Toggle Options Don't Work Reliably

In Chrome/Windows, when doing View -> Toggle Word Wrap and other similar options after starting the editor, opening a file from Explorer in the Preview Mode (single-click) and clicking into the file's text area, a message "Command 'View: Toggle Word Wrap' can not be run from here" pops up and the file's view doesn't change. If the file is open in the Edit Mode (double-click), the menu option and/or its Alt-Z shortcut do work only sometimes. It looks like two files have to be opened for the option to start working, so there is a potentially fixable glitch that prevents this option from working reliably and consistently.

SAVE ALL button isn't working in Chrome on MacbookPro

I am submitting a [bug report].
I have the current behavior:
I did two changes in different folders to my repo. When I clicked on save all, it showed that the status of the unsaved files was changed to saved. I expected to have two files saved. But only one of them was saved successfully from the record of Github(photo attached).

screen shot 2018-07-19 at 11 20 45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.