Billy
Billy
## Feature - [x] `Ctrl + ,` to open settings - [x] `Ctrl + shift + x` to open extensions - [x] `Ctrl + Alt + r` to restore recent...
## Feature - [ ] Splitting the editor horizontally, new editorsmanager instance mayhaps - [ ] Split editor shortcut ctrl + \
## Feature Settings editor GUI has been added. But it's not fully functional yet. - [ ] update config manager state according to the settings editor state - [ ]...
This issue will keep track of the overall documentation progress of Biscuit - user docs, dev docs, extension dev docs, API reference. If you are contributing to writing docs, reference...
## Feature When the workspace debug config files (`{workspace}/.biscuit/launch.toml`) are added/removed/modified, editor GUI is not updated. So, implement a file watcher that will watch the `.biscuit` directory **within opened directory**...
## Feature Git stashes are very useful when handling changes between multiple branches. Adding this feature to Biscuit's GUI based git integration will be beneficial.  - [ ] git...
## Bug Multiple indent guides rendered at some indent levels. For example, see the indent level 3 in following screenshot  This is either an inconsistency caused by the bitmap...
## Feature Currently, Pygments handles the syntax highlighting for over 500+ file types. While it's a good system already, there are performance issues with this while editing large files. Treesitter...
## Feature As many code editors now come with built-in Vim mode, it would be a great enhancement to add this feature to Biscuit. This issue will address only the...
## Bug The shrink property of tkhtml3 causes crash: https://github.com/Andereoo/TkinterWeb/blob/main/tkinterweb/bindings.py#L393 - shrink is used to make the hover popup size wrt the content size - when multiple multiline docs of...