josephAronChan / codeapp

Building a full-fledged code editor for iPad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code App

Bringing desktop-like editing expereince to iPad, available on App Store: https://apps.apple.com/us/app/code-app/id1512938504

Code App Screenshot

About the repository

This repository does not contain any source code for the app. Instead, we work on issues, listen to your feedback and publish our development plan here.

Documentation

See Wiki

The Plan

Use VS Code as a design template while providing key functionalities with native code:

  • Version Control (Git clone, commits, diff editor, push, pull and merge) ✅
  • Embeded terminal (70+ Linux commands avaliable) ✅
  • Local web development environment (Node) ✅
  • LSP support ✅ (For Javascript, TypeScript and HTML, coming soon for other languages)
  • Built in Python runtime ✅
  • C/C++ Runtime with WebAssembly ✅

What we've achieved

  • Node.js runtime + npm Screenshot
  • Monaco Editor integration, with Intellisence for HTML, Javascript, JSON, TypeScript
    Screenshot
  • Support for Version Control (Git clone, commits, diff editor, push, merge (partial), and pull)
    Screenshot
  • Built-in Terminal (70+ Linux commands avaliable) Screenshot
  • Server-side multi-file compiling for 40+ languages
  • Markdown file preview
  • Built in web server
  • Files App Integration

About

Building a full-fledged code editor for iPad