codeapp
codeapp copied to clipboard
Building a full-fledged code editor for iPad
### Discussed in https://github.com/thebaselab/codeapp/discussions/881 Originally posted by **arnaudober** July 30, 2023 I love the idea of accessing my GitPod servers using Code app on my iPad Pro for my web...
The `Files.app` lacks the ability to show hidden files (eg .gitignore). But it is available (as Code.app can show and access it). But if there's a hidden folder, you end...
While newer iPads are pretty fast, source control on slower devices (like my iPad 8) can feel sluggish and unresponsive when working on large repositories. We can improve this by...
In current version, when connecting remote host using ssh, it seems we can only open one terminal. Wish to support multiple terminals at the same time to run multiple tasks.
Request: It would be great to add port and agent forwarding or the like through ~/.ssh/config Currently I have to connect through Blink for port forwarding and my tmux sessions....
Request: Have some keybinding presets for users coming from apps like Sublime Text to allow one-click setting of shortcuts. I’ve been going through and doing these manually. Some of them...
The keyboard toolbar should be touch-focused, allowing - better editor controls without using a physical keyboards - custom symbols / snippets - etc
Hey ! I love the app, it’s really great ! It might be even better if there was a support for GitHub Copilot! Then, the app would be awesome !...
I would like to use an external server (AWS EC2, Azure..) to install Python and run the code on that instance. As you are mention, you use Server-side execution. Theoretically...