codeapp
codeapp copied to clipboard
Building a full-fledged code editor for iPad
Hello, I currently use Code for writing my thesis on my iPad and it works very well for that. It'd be great if there was spellchecking though, to make it...
Hi, I saw that you support C/C++ compilation locally using WebAssembly but I was wondering if you also supported any form of intellisense or static code Analysis locally?
Free movement of the cursor does not work if you hold down the space bar
When I tried to use the following command to create a react project I got an error `npx create-react-app my-app`
I noticed there is no `make` command, which is essential for languages such as Rust, and C-lang. I would like to see support for it, if it is possible! Thanks...
iPhone11 iOS15.3.1 I run some commands in the terminal, after then I cannot input space sometimes. This will be solved after restarting the app. By the way, I hope the...
In Pyto or puthonista, there are sharing and dialogs modules can be used for using share sheet, inheriting from UIDocumentPickerViewController. Is there similar thing in this app?
I cannot make a python virtual environment through the command: python -m venv env Are there any workaround so that I can make this happen? (env) $ deactivate Thanks in...