codeit
codeit copied to clipboard
Mobile code editor connected to Git.
When typed a ".", display code suggestions above the keyboard. 
This would be like [Grammarly](https://grammarly.com)'s tone detector, but for code. It could rate the quality of your code, suggest improvements and even output an [ESLint](https://eslint.org/demo) configuration. 
What if you could view or follow an organization from Codeit. Like seeing a user page, but you can also see their repos.
What if you had a "Create invite link" in Codeit. You would choose permissions (eg. read, read & write) and an invite link would be generated. Anyone who clicks on...
It would be helpful if you could swipe right to add a comment on a line on a file. Other people could swipe to see comments on lines. On desktop,...
In Github, it's implemented like this: I'm not saying that's how it should be. Perhaps it could be on a right-click menu.
Add support for editing Gists as an optional item you could enable in preferences. This item would appear in the "Repositories" view, and when clicked it would show all your...
Possible console improvements: - Swipe up on sheet header to expand console sheet - Display RegExp, Symbols, BigInt, and empty objects in logger (by calling `.toString()` on them) - Truncate...
- Remove the live view opening delay. - Redo the "bookmark" component, as well as rework the sidebar toggle. - Standardize the live view's buttons (to the "roundbutton" styling).