Features •
Developer Docs •
Code of Conduct •
Downloads •
Marketplace
"Life is short, eat more biscuits."
Biscuit is a lightweight, awesome code editor for any language. Biscuit supports essential language features such as Smart Code Completions, Syntax highlighting, etc. We wrote it in python, using only tkinter for GUI. It's a great alternative to [insert funny thing here]! Scroll down to see some of the features.
- Explore all community made extensions & authors at Biscuit Extensions Marketplace
- For developer/user guides or API reference, read the documentation.
Installing
- Download latest stable builds from releases page.
- Nightly builds from github actions page.
To compile Biscuit for your platform, see compiling guide.
Contributing
Your contributions are greatly appreciated! please have a look at our developer docs for an outline of the project and to setup the environment.
- For feature suggestions and bug reports, please check issue tracker
- Community made Extensions can be published at: Biscuit Extensions Repository
Features
Smart Auto-completions
When the opened file have a recognized and supported file type, and also have language extensions installed, the autocomplete widget will automatically turn on LSP mode, the completions will be handled by registered language server afterwards. LSP mode enables smart and context sensitive code suggestions, as demonstrated below. When there are no language extensions available/installed, autocomplete widget goes to word mode, the completions will not be context sensitive and can be unexpected.
Hover for Documentation
Identifiers when hovered pops up a floating window on top, containing the documentation (if there is) of that symbol.
ctrl
+ clicking on symbols
Goto Definitions by User can jump directly into symbol definitions by ctrl
+ clicking on them, the definition containing script will open up in new/existing tab. If there are multiple definitions, window containing all the definitions will popup right below the symbol to pick from
Git Support
Integrated Terminals, Extension center
Split-Pane Markdown Editor
Command Palette for Quick Access
PathView for the Breadcrumbs!
License
Biscuit uses the MIT License, please check LICENSE.