Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.75 KB

File metadata and controls

35 lines (29 loc) · 1.75 KB

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

Working with Node.js and npm

Working with Git

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 Python)
  • Built in Python runtime ✅ (In beta)
  • C/C++ Runtime with Emscripten (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