A Modern Code Editor for Android
Visual Code Space is a powerful and feature-rich code editor designed for Android devices. With support for multiple programming languages, a tabbed editor, and a terminal emulator, it provides an efficient coding environment without any ads.
- Fast File Explorer: Quickly navigate through your project files.
- Multi-Language Support: Code with syntax highlighting for various programming languages.
- Tabbed Editor: Manage multiple files with ease using a tabbed interface.
- Terminal Emulator: Access a terminal directly within the app.
- No Ads: Enjoy an uninterrupted coding experience.
You can download the latest release of Visual Code Space from the releases page.
Visual Code Space supports custom plugins written in BeanShell. To create a plugin:
-
Create the Plugin Directory:
- Create a plugin through the application settings. The plugin directory will be located at
/storage/emulated/0/VCSpace/plugins/<your-plugin-package>.
- Create a plugin through the application settings. The plugin directory will be located at
-
Modify the Entry Point (Optional):
- To use a different function as the entry point, update the
entryPointfield in themanifest.jsonfile to the name of the desired function. For instance, if you wantstartPluginas the entry point, setentryPointto"startPlugin"in the manifest.
- To use a different function as the entry point, update the
-
Run the Plugin:
- Once the plugin is configured, the Visual Code Space app will automatically load and execute the plugin when the application starts.
For detailed instructions and examples, refer to the Create a Plugin documentation.
We welcome contributions to Visual Code Space! Please see our CONTRIBUTING.md for guidelines on how to get involved.
- Rosemoe for the sora-editor
- VSCode for the TextMate files
- Termux for the Terminal Emulator
- Akash Yadav for the awesome AndroidIDE
