codeit icon indicating copy to clipboard operation
codeit copied to clipboard

Mobile code editor connected to Git.

Results 50 codeit issues
Sort by recently updated
recently updated
newest added

When typed a ".", display code suggestions above the keyboard. ![TyXxnm](https://user-images.githubusercontent.com/34835685/134898709-2b99bd5f-e31f-4abd-9103-a91b93aac32b.jpg)

idea-feature
editor

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. ![grammarly-code-editor](https://user-images.githubusercontent.com/34835685/134769030-7c63aebe-d5d5-4bbb-82a6-9843fe86c471.png)

idea-feature
editor

What if you could view or follow an organization from Codeit. Like seeing a user page, but you can also see their repos.

idea-feature
git

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...

idea-feature
git

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,...

idea-feature
editor
git

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.

idea-feature
editor

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...

idea-feature
git

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...

idea-feature
live-view

- 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).

invalid
live-view