• Stars
    star
    130
  • Rank 275,749 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

lightweight code editor for any language


Project License Download Latest GitHub closed pull requests

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.

Installing

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.

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.

Autocompletions

Hover for Documentation

Identifiers when hovered pops up a floating window on top, containing the documentation (if there is) of that symbol.

hover

Goto Definitions by ctrl + clicking on symbols

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

gotodef

Git Support

image

Integrated Terminals, Extension center

image

Split-Pane Markdown Editor

image

Command Palette for Quick Access

ezgif com-video-to-gif

PathView for the Breadcrumbs!

pathview

License

Biscuit uses the MIT License, please check LICENSE.