Apple App Store Code App icon

Code App

Desktop-class code editing

Разработчик: thebaselab

Описание

Code App is a MIT-licensed desktop-class code editor for iPadOS with built-in Node.js, Python, C, C++, PHP and Java runtime.
We built it because there is nothing else on the App Store provides all these features in one app:
* A robust, high-performance text editor (Monaco Editor from Visual Studio Code)
* Autocomplete, static code analysis and other language features for Python & Java
* First class local file system support
* Extensive local language support
* SSH / FTP remote connection support (Files and terminal)
* Embedded emulated terminal
* Git Version Control
* Package manager support (pip and npm)
* Markdown, themes, server-side snippet execution and more
Read Code App's documentation: code.thebaselab.com
See the project's source code, roadmap, discussion on GitHub: github.com/thebaselab/codeapp
Send us an email: [email protected]
Privacy Policy: thebaselab.com/privacypolicies
Terms of Use (EULA): www.apple.com/legal/internet-services/itunes/dev/stdeula/
Скрыть Показать больше...

Скриншоты

Code App Частые Вопросы

  • Приложение Code App бесплатное?

    Да, Code App полностью бесплатное и не содержит встроенных покупок или подписок.

  • Является ли Code App фейковым или мошенническим?

    🤔 Качество приложения Code App спорное. Некоторые пользователи довольны, в то время как другие сообщают о проблемах. Рекомендуем ознакомиться с отдельными отзывами для получения более полной картины.

    Спасибо за ваш голос

  • Сколько стоит Code App?

    Приложение Code App бесплатное.

  • Сколько зарабатывает Code App?

    Чтобы получить оценку дохода приложения Code App и другие данные AppStore, вы можете зарегистрироваться на платформе мобильной аналитики AppTail.

Великобритания
Оценки пользователей

4.06 из 5

53 оценок в Великобритания

5 star
31
4 star
9
3 star
4
2 star
3
1 star
6
История оценок

Code App Отзывы Пользователей

Ok for what it is

Wisenfool on

Великобритания

Firstly what the devs don’t tell you.. you cannot compile any code whatsoever on iPadOS itself, this program and all similar also terminal programs get round this by using ssh or ftp to remote this functionality. Secondly the server built into the app is flakey its up and down at random, so really you need to setup your own GitHub remote compile or similar, which essentially makes this a text editor, albeit one with some syntax functions.

Worth every penny

LordsCode on

Великобритания

Been looking for an app to write Python, C++, JavaScript, HTML, & CSS, been relying on half decent apps for some of the programming languages I use, and some apps relied on "subscriptions" or "credits" to compile the code (c++), whereas this app does it all on your phone 👏 absolutely, positively, outstanding! The one thing I would ask for is that when you're using the Runestone editor, is there a chance it can copy the tabs from the line before? As I'm having to use the Runestone editor so I can cut/copy/paste on my iPhone, but I'm having to press the tab key each new line, other than that this app is absolutely perfect 💙

Frikkin’ awesome

BoredOfTryingToFindANickname on

Великобритания

The title says it all …

The best code editor on the App Store

Jeff030421 on

Великобритания

This editor is flat out amazing. It goes straight to the point. You connect via SSH (it even support keys), you get your files right into the files navbar, you get yourself a little terminal window to run server commands which is very useful while editing docker compose files to quickly relaunch your containers. No jumping around between apps, no fake SFTP.

GitHub multiple sites will not work

m3tr0g33k on

Великобритания

Try as I might - and I have scoured all available support material - I cannot get two repositories to work with the same login. I am stuck with no options to close a failed login to GitHub, even after trying to delete the authentication details. Where is the help site / wiki / support email? Spent enough time trying this now … moving on. Refund requested. Shame.

good!

sailsail2 on

Великобритания

very convenient and useful! It would be much better if it can open jupyter notebook file. Hopefully, you can support it in the future.

Meets a need - but needs some improvements!

DustyAmadeus on

Великобритания

There’s no other app on iOS that theoretically allows you to SSH onto a server and have all your files accessible and editable (as with VS Code). Basically, an all-in-one IDE or text editor. However, the major issue is that I cannot seem to connect via SSH (the connection seems to register in the terminal, but the app doesn’t actually open a remote session by displaying my files). My server files are already mounted on my phone, so I can still use the app. But that’s a big issue for the app which would be great to see fixed. If it were I’d definitely use the app regularly. The other main thing that stops me from properly using the app is the scroll! I’ve toggled the ‘Smooth Scroll’ setting on and off, and no matter what I do the scrolling is not the same experience as scrolling anywhere else on my phone. Scrolling is not as responsive, and it doesn’t behave in the ways I’m used to in my daily user experience. If the devs fixed those two issues I reckon I’d be a daily user (if not hourly!) One thing that isn’t of course an essential, but which I would love to see, is support for org-mode. I just love org-mode. But I suppose what would make that possible is support for extensions and plugins, which I know is a feature (more than just a feature) which wouldn’t be implemented unless quite a few requirements are met (a huge active user base developing plugins etc.). I just love org-mode that much that I thought I’d say so. Anyway, a GREAT app in theory. Just a step or two away from being GREAT in practice! But it is still really good, and I’m glad I found it. I’m only a couple of tweaks away from being a more regular user.

Simply the best around right now.

_liamcs on

Великобритания

Not a perfect clone, but this app does exactly what I have been looking for. Provides a polished way of connecting over ssh to a remote machine, with a clean UI, standard terminal, and simple yet effective text editor. Gets 5 stars easily but the ability to use a proxy server (ie jump box), or .ssh/config file would be great to see!

beware no support—and no external file support

Kingdomcome7 on

Великобритания

Been digging around for a while. Files stored on dropbox do not open. It’s very buggy. Also, i cannot find access to any support. This is a bit of a scam if you ask me.

Nearly there!

JaocbJ on

Великобритания

I can see that this app does a lot, however for my purposes it’s just not quite there - but it’s close! For me there are few issues I faced: 1. The reason I eventually refunded this was that I was simply unable to successfully authenticate a connection to an AWS EC2 instance over SSH - it works just fine in Termius and other SSH clients, but I simply couldn’t get it to work. (NB: I only tried public key authentication) 2. When showing a folder structure for a remote host, it would be great to be able to specify the path to the specific directory you would like to show, just as you can in VSCode, for me I sometimes connect to a host and then use a keyword argument to change to a completely directory, however I could only get this app to show the initial folder structure. 3. It would be good if you could automatically run a script upon connecting to a host, for example to navigate to a particular directory or start a particular set of processes.

Оценки

История позиций в топах
История рейтингов пока не доступна
Позиции в категории
Рейтинг
Категория
Позиция
Топ платных
1
Топ платных
1
Топ платных
2
Топ платных
2
Топ платных
2

Ключевые слова

Code App Конкуренты

Code App Установки

30дн.

Code App Доход

30дн.

Code App Доходы и Загрузки

Получите ценные инсайты о производительности Code App с помощью нашей аналитики.
Зарегистрируйтесь сейчас, чтобы получить доступ к статистика загрузок и доходов и многому другому.

Информация о приложении

Категория
Developer Tools
Разработчик
thebaselab
Языки
German, Chinese, Korean, English, Japanese, Russian
Последнее обновление
1.11.0 (1 месяц назад )
Выпущено
May 28, 2020 (5 лет назад )
Также доступно в
Китай , Соединенные Штаты , Республика Корея , Германия , Бразилия , Великобритания , Индия , Италия , Тайвань , Канада , Гонконг (САР) , Турция , Украина , Мексика , Франция , Польша , Таиланд , Австралия , Израиль , Чехия , Япония , Вьетнам , Австрия , Саудовская Аравия , Швейцария , Испания , Малайзия , Индонезия , Нидерланды , Румыния , Сингапур , Колумбия , Венгрия , Новая Зеландия , Казахстан , Чили , Швеция , Дания , Словакия , ОАЭ , Перу , Финляндия , Филиппины , Южно-Африканская Республика , Греция , Хорватия , Кувейт , Португалия , Макао (САР) , Аргентина , Катар , Армения , Пакистан , Шри-Ланка , Узбекистан , Азербайджан , Бельгия , Эквадор , Иордания , Ливан , Люксембург , Мальта , Нигерия , Ирландия , Непал , Гондурас , Панама , Египет , Эстония , Кипр , Словения , Болгария , Кения , Уганда , Парагвай , Маврикий , о-ва Кайман , Ямайка , Алжир , Доминиканская Республика , Мадагаскар , Латвия , Белиз , Сенегал , Намибия , Суринам , Бруней , Норвегия , Тунис , Бахрейн , Литва , Гана , Северная Македония , Исландия , Россия
Обновлено
1 неделю назад
This page includes copyrighted content from third parties, shared solely for commentary and research in accordance with fair use under applicable copyright laws. All trademarks, including product, service, and company names or logos, remain the property of their respective owners. Their use here falls under nominative fair use as outlined by trademark laws and does not suggest any affiliation with or endorsement by the trademark holders.