Billy
Billy
## Feature Currently breakpoints can be set in a single file only. Allow setting breakpoints in multiple files in the active directory For this, register breakpoints within the debugger manager...
## Feature Dev can be working with two folders in situations, and they might need to open both. So we need some sort of "workspaces" implementation. - each new folder...
## Feature Add an editor type for previewing extension information. Show author info, description, and also configure/install/uninstall options.
## Feature Extensions currently are very simple single python files. - [ ] Add support for multi-file extensions. - [ ] Support registering repository links in biscuit extensions repository -...
## Feature Biscuit CLI currently supports an extensions command set (not fully implemented yet). - `biscuit ext create` - creates a new extension project from template - `biscuit ext test`...
## Feature [Editorconfig](https://editorconfig.org/) is quite popular in developer communities and we should incorporate a basic support for this. - detect editorconfig files in opened project directories - confirm from user...
## Feature Add this to the panel, a detailed Git commit graph - show new branches - commits - authors - changes - date - tags - search through commits
## Feature Currently all the extensions available are shown altogether (ofc we can find out which ones are installed because installed ones are marked "installed"). But showing them as a...
## Feature Show most recommended extensions in the extension center by default. For now instead of automating this based on analytics (as extension center don't have a good analytics system...