Skip to main content

Changing the background image of the Visual Studio editor

I happened to be browsing on a discord server, which happens to be the now, go-to VOIP platform for gamers (but is also rapidly growing for other interest groups likewise) and saw this image:

Visual Studio background image (credit to Kudo Khang)
Woah, super cool!

If you had any response like I had, you would be saying right now; how do I get that in my editor?!

ClaudiaIDE

If you go over to the Visual Studio Marketplace, you will find a tool named ClaudiaIDE (I assume as some ode to a lady named Claudia). Download and install the tool (close Visual Studio before installing).

ClaudiaIDE in the Visual Studio Marketplace
Let's get ready to load some images, Claudia

Please just be wary, this isn't an official tool by Microsoft. If any bugs or issues happen, please go and report them in the tool author's github. I am also not responsible for anything that might happen after you install this (but I feel this is generally safe to install or otherwise it wouldn't be on the Visual Studio Marketplace, right?)

Configuration

To configure ClaudiaIDE, open up Visual Studio and go to Tools > Options.

The Visual Studio options menu
The options menu

Find ClaudiaIDE and change the following options (I found these worked best, but feel free to change them around to your liking):
  1. Expand to IDE - False
  2. Image Stretch - UniformToFill
  3. File Path - path to your file


I am sure there are more options to fiddle around with - the animation interval also looks kinda neat!

Visual Studio editor with custom background image
Enjoying the MHW kick right now

Turning off/uninstalling

If you want to temporarily turn off the tool, go into Tools > Options and change the Opacity to 0.

Changing the opacity to 0
No more image :(

If you want to uninstall the tool, go into Tools > Extensions and Updates... Click Uninstall under ClaudiaIDE.

Uninstalling ClaudiaIDE from Visual Studio
To uninstall ClaudiaIDE

You can also Disable the extension, which will disable the extension only after restarting Visual Studio.

Comments

  1. I was diagnosed as HEPATITIS B carrier in 2013 with fibrosis of the
    liver already present. I started on antiviral medications which
    reduced the viral load initially. After a couple of years the virus
    became resistant. I started on HEPATITIS B Herbal treatment from
    ULTIMATE LIFE CLINIC (www.ultimatelifeclinic.com) in March, 2020. Their
    treatment totally reversed the virus. I did another blood test after
    the 6 months long treatment and tested negative to the virus. Amazing
    treatment! This treatment is a breakthrough for all HBV carriers.

    ReplyDelete

Post a Comment

Popular posts from this blog

UI redesigns are mostly a waste of time

To preface the article, I primarily work on, and prefer, back-end code. I've been involved in both web and software development for over 4 years now and worked with many front-end and back-end frameworks. New Twitter UI Before all of the UI designers that read this go out and riot and champion against me for saying UI redesigns are a waste of time, let me say that I do value design . I think at the bare minimum, a product or website needs to be usable , and if you possess a good eye and steady hand , you should feel compelled to create something that looks pleasing. David Just stop redesigning the UI all the time . UI redesigns, in my opinion, are a waste of time 95% of the time. Let me explain further. No one cares Come see our fresh new look ! What about our new  material design , come see! I'm sorry, but besides fixing the UI where it impacts the usability of your application, no one is raving about how a redesign makes the application any better. ...

[Fix] - ASUS PCE-AC68 adapter (no internet)

There seem to be a lot of problems with this adapter, even with such strong performance . Why so many issues? I'm not quite sure, but I needed to find a fix because I kept on losing wifi. The ASUS PCE-AC68 The fix Keeping it short - this is how I fixed the issue: Downloaded the driver for my OS from ASUS's support page -  https://www.asus.com/us/Networking/PCEAC68/HelpDesk_Download/ (in my case it was Windows 10 64-bit). Open Device Manager by holding the Windows key and pressing R, then typing "devmgmt.msc" and hitting Enter. (Don't worry, this isn't a scam . We are simply opening Window's Device Manager through the Microsoft Management Console snap-in .) Navigate to the yellow warning sign sitting under Network adapters and right click it. Select Update driver . Select Browse my computer for driver software  and choose the following path of the OS that you have installed on your computer. (The path for the driver on my computer was C...

How to block online ads with the hosts file

Am I the only one who is skeptical clicking on ads I see online? Yes, I know it is the lifeblood of entrepreneurs , but I really don't care to view more than I have to. We all know the 7 +- 2 rule ; we have a limit of the amount of information we can take in at a single time. It's a fact. We are not infinite in our abilities alone - let's just let the computers do the thinking for us .   Inline Adsense ads While I recently tried to set up a more elegant solution, I wanted to share with you how you have the power to block ads (in case you didn't know already) and regain [more] control of what you are looking at online. Extensions This is the easy answer, just install Adblock Plus ( Chrome ). Adblock Plus on the Chrome web store Adblock does it all for you. Ads? No more. It's really a golden bullet. However, if you want to grow as a developer, sometimes it pays to try and do things in a different way in order to learn how more things work und...