> ## 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: July 18, 2021
- URL: https://nolongerset.com/twinbasic-update-july-18-2021/
- Published: 2021-07-18T22:53:31.000Z
- Updated: 2026-05-08T13:03:35.000Z
- Description: Highlights include continued work on the GUI plus future support for web forms and IntelliSense in the Debug Console.
- 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.*

---

## Highlights

There were no major updates this week. I assume Wayne is hard at work on the form building interface.

## Around the Web

### Debug console IntelliSense planned

Yours truly [requested](https://github.com/WaynePhillipsEA/twinbasic/issues/272) that the parameter hints and autocomplete available when editing code also be made available in the Debug Console. Wayne tagged the request with a **Planned** label, so we've got that to look forward to. Which is nice. Especially since I'm a known [IntelliSense junkie](https://nolongerset.com/cleaner-intellisense/).

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

I miss you IntelliSense.

### Web forms support announced

In a follow-up to last week's topic on [control inheritance](https://nolongerset.com/twinbasic-update-july-11-2021/#control-inheritance) in twinBASIC, [Wayne announced](https://github.com/WaynePhillipsEA/twinbasic/issues/271#issuecomment-878785209) that there will also be support for web forms at some point in the future:

> Yes, web forms are planned once the web-server extension goes live, and the form-designer I'm creating now will be re-used for it.

## 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)

### \[v0.10.3429, 15th July 2021\]

- fixed: runtime dereference of nullptr \[ <https://github.com/WaynePhillipsEA/twinbasic/issues/274> \]
- fixed: editor crash on bad code \[ <https://github.com/WaynePhillipsEA/twinbasic/issues/276> \]

---

### External references

[Enable IntelliSense in the Debug Console · Issue #272 · WaynePhillipsEA/twinbasicIs your feature request related to a problem? Please describe. IntelliSense does not currently work in the Debug Console. Both autocomplete and parameter hints seem to be missing. Describe the solu...![](https://github.githubassets.com/favicons/favicon.svg)GitHubWaynePhillipsEA![](https://opengraph.githubassets.com/a87ffe8cda7a8f0d7c9db60a08f82637946067f51fb03c190fd42fb72e4b7a1c/WaynePhillipsEA/twinbasic/issues/272)](https://github.com/WaynePhillipsEA/twinbasic/issues/272)

[Allow for compile-time and/or runtime resolution of form and control properties · Issue #271 · WaynePhillipsEA/twinbasicIs your feature request related to a problem? Please describe. In Microsoft Access, I find it frustrating to have to hard-code certain form properties, such as background colors, textbox margins, e...![](https://github.githubassets.com/favicons/favicon.svg)GitHubWaynePhillipsEA![](https://opengraph.githubassets.com/a0e29e2cacb8d86d8c8eeb74ecad631d7c9e7127b809548a2753d63dfe8dbebf/WaynePhillipsEA/twinbasic/issues/271)](https://github.com/WaynePhillipsEA/twinbasic/issues/271#issuecomment-878785209)

### Article references

[Cleaner IntelliSenseHow to clean up your object’s auto-complete dropdown list when it starts to look like that of the MacBook Wheel.![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2020/10/macbook_wheel_by_trelfar_d2087fs.jpg)](https://nolongerset.com/cleaner-intellisense/)

[twinBASIC Update: July 11, 2021Highlights include a sneak peek at the yet-to-be-released form editor, a teaser about possible control inheritance, and a future option for version control.![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2021/07/twinBASIC-Weekly-Update-1--1.png)](https://nolongerset.com/twinbasic-update-july-11-2021/#control-inheritance)