Biscuit v2.66.0 - Rust, TypeScript & Execution of Files
What's Changed
TypeScript Support (Preview)
Rust Support (Preview)
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!
- Users can customize run command for each editor from GUI, the custom commands are then retained till end #261
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.
Open Editors Quick Access #249
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.
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.
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
Checkable menu items #263
New Contributors
- @vyshnav-vinod made their first contribution in #247
Full Changelog: v2.63.1...v2.66.0