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
entryPoint
field in themanifest.json
file to the name of the desired function. For instance, if you wantstartPlugin
as the entry point, setentryPoint
to"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
Visual Code Space is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Visual Code Space is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Visual Code Space. If not, see <https://www.gnu.org/licenses/>.
Any violations to the license can be reported either by opening an issue or writing a mail to us directly.