Redmond Diary

By Andrew J. Brust

Blog archive

Code Bubbles: Disruption comes to the IDE

If you're like me, you might see the open source Eclipse IDE as a copy of, or more generously, a port of Microsoft's Visual Studio for the non-.NET world. It's not that Microsoft invented the IDE (I would credit Borland with that), but they really took the idea and ran with it for the first version of Visual Studio .NET in 2002. The question is whether someone outside of Microsoft could take the modern IDE yet another major step forward in both principle and productivity.

I think that has actually happened already, and I think the innovator in question is a second-year Computer Science PhD student at Brown, named Andrew Bragdon. His project, which he calls Code Bubbles, is an IDE that allows for editing, debugging and exploration of code in "bubbles," which remind me a little bit of the discrete note tiles on OneNote... but they're much more than that.

Bubbles actually allow for call stack traversal, saved debug sessions, sophisticated breakpoint and value watch behaviors and more. And because bubbles, unlike windows, are borderless, and focus on code fragments rather than whole files, the de-cluttering effect is unbelievably liberating. The best way to understand what Code Bubbles does is to watch the screencast video

Code Bubbles is an IDE for Java development. Why didn't Microsoft come up with something like this for .NET devs? Between the existing features in Visual Studio 2010, its WPF code editor, and the fact that OneNote's UI bears some affinity to Code Bubbles', it's interesting that Microsoft still has not thought outside of its own "box" to get us something like this.

Heck, that's easy for me to say. But it's easy for you to say that you'd like something like this in Visual Studio sometime soon. That's because the ASP.NET site within UserVoice is taking votes on this very issue. Just click this link and vote!

Thanks to my fellow Microsoft Regional Director Sondre Bjellås for making me aware of Code Bubbles, and to RD Steve Smith for creating the UserVoice voting option.

Posted by Andrew J. Brust on 03/15/2010


comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube