Skip to content

Biscuit v2.66.0 - Rust, TypeScript & Execution of Files

Compare
Choose a tag to compare
@tomlin7 tomlin7 released this 30 Mar 01:16
· 469 commits to main since this release
f6df8da

What's Changed

TypeScript Support (Preview)

image
image

Rust Support (Preview)

image

Running files (dedicated integrated terminal & external console) #259

Biscuit now supports running files in the integrated terminal or an external console, you can even run in a dedicated integrated terminal. Run commands for interpreter/compiler programs can be registered for filetypes & languages via Extensions!

image

  • Users can customize run command for each editor from GUI, the custom commands are then retained till end #261

image
image

Symbols Palette (@ palette; Ctrl + Shift + J) #239

The symbol palette is this release's Language Feature addition, this is an instance of Palette that will list all the symbols in the active editor.

image

Open Editors Quick Access #249

image

Reopen editor (explorer context menu) #246

Editors can be reopened now (destroy whatever changes were made, and then open a new fresh instance). This will help in case the undo fails.

a

Improved Extension Center

It's now scrollable, and now has more community made extensions, Rust and TypeScript language support & Isort, Black Formatter extensions are the latest additions.

image

Keeping single instance of an editor active for a file by @vyshnav-vinod in #247

Markdown preview can now be toggled (hidden by default) #254

preview

Checkable menu items #263

a

New Contributors

Full Changelog: v2.63.1...v2.66.0