> ## 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 13, 2022
- URL: https://nolongerset.com/twinbasic-update-march-13-2022/
- Published: 2022-03-13T16:07:37.000Z
- Updated: 2026-05-08T12:59:06.000Z
- Description: Highlights include another sneak peek of the upcoming twinBASIC IDE and a special announcement regarding Access DevCon Vienna 2022.
- 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

### Progress on the New IDE

Wayne continued working on the twinBASIC IDE this week. He released another [sneak peek](https://github.com/WaynePhillipsEA/twinbasic/discussions/763#discussioncomment-2345735) over on GitHub yesterday.

Progress includes:

- Support for unsaved projects (like VB6)
- Semantic highlighting
- CodeLens
- IntelliSense
- Most other compiler services

Wayne has not yet released the IDE publicly, but he provided another animated gif showing the current state of development. Watch for an initial alpha release in the next week or two (based on Wayne's comments in the Discord server).

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

## Around the Web

### Access DevCon Vienna 2022 - April 28 & 29

[Access DevCon Vienna](https://www.donkarl.com/devcon/agenda.htm), the largest English-speaking Access conference in the world, is being held virtually again this year. 

In addition to my hourlong presentation on "Understanding COM," I will also be giving a 10-15 minute update on twinBASIC's progress since last year. Given the timeframe, I'll need to keep the talk very focused on the highlights. Here's my *very rough* outline (likely to change):

- Status update on my "Current Limitations" slide from the [2021 presentation](https://nolongerset.com/devcon-2021/)  
\- ~~Generic error descriptions~~  
\- N~~o Like operator~~  
\- ~~Debug.Print syntax not supported~~  
\- M~~issing built-in file operations~~
- Status update on "Future Plans" slide from the 2021 presentation  
\- GUI framework: *in progress*  
\- Git VS Code integration: *pending*  
\- Multi-threading: *pending*  
\- 64-bit support: *available to twinBASIC Pro subscribers*  
\- Cross-platform support: *pending*
- Changes from last year  
\- Updated licensing model  
\- Custom IDE in addition to VS Code support
- Roadmap Update
- 3 Ways to Stay Updated:  
\- GitHub Project  
\- Discord Server  
\- This Weekly Update (subscribe! for email delivery)
- "My Bold Prediction" update

As I said, this outline is likely to change between now and next month. If there is anything you think should be added (or taken away), let me know in the comments below.

## 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 to the core twinBASIC code, as development continues on the new IDE.*