News

Clippy the Office Assistant Reborn as Visual Studio Extension

Microsoft's Greg Duncan noted the return of Clippy, the infamous cartoon paperclip that served as an assistant for users of the Office productivity software suite many years ago.

"Eros Fratini recently released an open source v0.1 extension that brings Clippy to Visual Studio," Duncan said in his Coding4Fun blog this week. "Love Clippy or hate him, you have to admit Eros' project is kind of cool."

The ClippyVS extension, available in the Visual Studio Marketplace, is described as "an extension for Visual Studio that resuscitates Clippy in (almost) all his glory. It adds our hero inside the IDE and it will react to some of your actions. You can move it around, close it and retrieve it back from the menu Tools -> Clippy VS."

Fratini thanked the developers of Clippy.JS ("Add Clippy or his friends to any website for instant nostalgia.") for the original assets of the project.

Fratini noted that his extension was still a work in progress and asked for input from developers, who complied in a series of observations and comments. Though some noted some problems with the tool, others were quite enthusiastic, considering the spotty reception to the original Clippy. As Wikipedia notes: "The program was widely reviled among users as intrusive and annoying."

However, some developers seemed to have forgotten all that. "Clippy is the greatest assistant of ALL TIME, of ALL TIME!" read one comment on the project's review page. For the record, 10 reviewers have awarded it an average rating of 3.6, on a 0-5 scale.

Planned improvements include multi-monitor support, popup messages and perhaps support in earlier versions of Visual Studio. One developer asked about VS 2013 support, but Fratini replied that he didn't have that installed, so he couldn't test it.

The ClippyVS owner has already made several tweaks to the project in response to developer feedback.

The source code is available on GitHub.

While Wikipedia noted that the original Clippy offered Office users tips on actions such as using Office wizards, searching for help, or more effectively using Office features, it's unclear what help ClippyVS will provide in the Visual Studio IDE.

ClippyVS
[Click on image for larger view.] ClippyVS (source: Eros Fratini).

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube