> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# twinBASIC Update: March 27, 2022
- URL: https://nolongerset.com/twinbasic-update-march-27-2022/
- Published: 2022-03-27T20:16:20.000Z
- Updated: 2026-05-08T12:58:47.000Z
- Description: Highlights include a release date for the twinBASIC IDE and plans to open-source the IDE's source code.
- Author: Mike Wolfe
- Tags: twinBASIC Weekly Update, #Import 2026-05-20 02:59

*On April 23, 2021, I helped [Wayne Phillips](twitter.com/WaynePhillipsEA/) introduce the world to [twinBASIC](https://www.twinbasic.com/) at the [Access DevCon Vienna](https://www.donkarl.com/devcon/) conference. I [boldly predicted](https://nolongerset.com/devcon-2021/) that twinBASIC (along with the Monaco editor) would replace VBA and its outdated development environment by 2025\. With that goal in mind, this weekly update is my attempt to keep the project fresh in the minds of the VBA development community.*

*Every Sunday, I will be providing updates on the status of the project, linking to new articles discussing twinBASIC, and generally trying to increase engagement with the project. If you come across items that should be included here, tweet me [@NoLongerSet](https://twitter.com/NoLongerSet) or email me at mike at nolongerset dot com.*

*Here are some links to get involved with the project:*

- [**twinBASIC Installation Guide**](https://www.twinbasic.com/preview.html)
- *[GitHub Issue Tracker (report bugs)](https://github.com/WaynePhillipsEA/twinbasic/issues)*
- *[twinBASIC Discord Server](https://discord.com/invite/UaW9GgKKuE) ([chat about the project](https://github.com/WaynePhillipsEA/twinbasic/discussions/629))*

---

## Highlights

### twinBASIC IDE Update

The twinBASIC IDE is scheduled for release on Tuesday, **March 29, 2022**!

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/03/image-109.png)

The IDE looks like it has full support for all the same basic functionality as the VSCode twinBASIC extension, including:

- Opening the official sample projects
- Light and dark themes
- Project Explorer pane
- Open Editors pane
- Code Outline pane
- Call Stack pane
- Variables pane
- Watch pane
- Debug Console
- Problems pane

Here's some [more information](https://github.com/WaynePhillipsEA/twinbasic/discussions/763#discussioncomment-2441707) about how the IDE works, along with Wayne's plans to open source the twinBASIC code he used to build it:

> As mentioned above, it's a HTML-app, hosted within a tB form (using a WebView2 control). The tB host side of things mainly just exposes some OS functionality (file dialogs, and registry storage) to the HTML/javascript app. But ultimately yes, the whole thing will be put on Github once it's more complete and has been tidied up.

Finally, the weekly animated GIF preview:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/03/tB-IDE-Preview.gif)

## Changelog

Here are the updates from the past week. You can also find this information by installing the twinBASIC VS Code extension and clicking on the Changelog tab of the extension page:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2021/05/image-2.png)

*No changes as Wayne has been finishing up the new IDE for public release on March 29, 2022.*