Ben Hatsor

Results 46 issues of Ben Hatsor

With Live View functionality, using [Pyodide](https://github.com/codeitcodes/codeit/blob/dev/live-view/extensions/pyodide.min.js).

idea-feature
live-view

Click on the line numbers in a file to add breakpoints to it. When running the file live, pause on the breakpoints.

idea-feature
editor
live-view

When clicked on line numbers, append `#linenumber` hash to file link and copy it.

idea-feature
editor

Add developer keys to the keyboard (eg. TAB, brackets, quotation marks) and remove unnecessary ones.

idea-feature
editor

Create a deploy script to parse full.html and create a bundle (codeit.bundle.js) with concat & minify.

idea-feature
editor

Search activity by relevance. Search can be launched using either a button or Ctrl/Cmd+F. Activity is sorted by files, and is saved in localStorage. Files in activity have scroll and...

idea-feature
editor
git

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