All Projects → nightmare-space → vscode_for_android

nightmare-space / vscode_for_android

Licence: other
安卓本地使用vs code编辑器实现方案

Programming Languages

dart
5743 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
swift
15916 projects
shell
77523 projects
objective c
16641 projects - #2 most used programming language

vscode_for_android

这是一个使用 code-server 实现的 VS Code 安卓版。这个方案也有些人实现了,这里也是提供其中一种。

体积会比较大,由于所需要的资源都是整个运行初始化需要的,所以将资源集成到服务器,再动态下载的意义不大。

所以大家综合权衡这种方案与其他开发者的方案。

原理是运行 code-server 再使用 webview 加载视图,会有一些bug,但已经能有一些可观的表现。

这个项目是开源的,上层框架是 Flutter,VS Code不是运行在 Flutter 中的,只有初始化的那个界面是。

工作比较忙,可能处理问题较慢,见谅。

Cheers! 🍻

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

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