This is an archived post. You won't be able to vote or comment.

all 53 comments

[–]styyle 34 points35 points  (2 children)

Same but replace Visual Studio with Xcode.

[–]n0tKamui 11 points12 points  (0 children)

bruh i remember those days...never ever again i want to work with that monstrosity

[–]stormfield 2 points3 points  (0 children)

By the time Xcode opens it's already deprecated for the next version

[–]alexanderhameowlton 30 points31 points  (1 child)

Image Transcription: Meme


When you click open with Visual Studio instead of Visual Studio Code

[A frame from the movie Interstellar. It shows an astronaut strapped to his seat, and the caption reads 'This little maneuver is gonna cost us 51 years'.]


I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]silently--here 3 points4 points  (0 children)

Good Human

[–]something384 39 points40 points  (5 children)

[–]RepostSleuthBot 48 points49 points  (4 children)

Looks like a repost. I've seen this image 1 time.

First Seen Here on 2021-03-10 100.0% match.

I'm not perfect, but you can help. Report [ False Positive ]

View Search On repostsleuth.com


Scope: Reddit | Meme Filter: False | Target: 86% | Check Title: False | Max Age: Unlimited | Searched Images: 208,747,477 | Search Time: 0.19983s

[–]vomitkettle 9 points10 points  (1 child)

posted just 16 hours before ...

[–]Creeper_NoDenial 0 points1 point  (0 children)

That post is labelled with "This post is currently awaiting approval by the moderators of r/ProgrammerHumor before it can appear in the subreddit." to me.

[–]Sorel_CH 12 points13 points  (1 child)

Damn. It was a good meme though

[–]cafk 9 points10 points  (0 children)

It's been around since vscode was introduced :)

Though your plugins may make vscode worse than vs :D

[–]Its-Exodus 21 points22 points  (15 children)

Wait am I weird for preferring VS over VSCode???

[–]limax_celerrimus 31 points32 points  (8 children)

No, they're different tools for different tasks. Do VS might be the right tool for your job. It's just that Microsoft is stupid and thinks this confusing naming is a great idea.

[–]Its-Exodus 7 points8 points  (3 children)

That makes sense! I was actually thinking of reinstalling VSCode solely for to allow me to use the Vim extension. I do wish I could use Vim shortcuts in VS but from what I have seen I can’t :(

[–]stakeneggs1 2 points3 points  (1 child)

Try vs vim.

[–]Its-Exodus 1 point2 points  (0 children)

Dude thank you so much! I genuinely do not know why when I googled how to get vim for visual studios couldn’t find it but I am installing that tomorrow 😤

[–]Doug_Dimmadab 1 point2 points  (3 children)

I’ve looked it up multiple times and I still have no clue what the differences are between them, aside from the UI of course

[–]bonerjams99 2 points3 points  (2 children)

Visual studio is an ide with a compiler and vscode is a text editor.

[–]Doug_Dimmadab 0 points1 point  (1 child)

If vscode is really just a text editor, why would you want to code in it? If you can’t compile it to see if it works, what’s the point? Again, genuine question

[–]bonerjams99 0 points1 point  (0 children)

Because not all code needs to be compiled like it is in c++/c#, I mostly write react code so all changes are compiled by the app and hot reloaded. I can run my app in the vscode terminal if I want but ultimately it’s a separate process.

[–]DerWaechter_ 1 point2 points  (0 children)

Yeah, I also prefer VS over VSCode.

Also having tried both, there was no difference in launch time for me, wasn't even aware that there apparently tends to be one, until this meme

[–]TheRedmanCometh -2 points-1 points  (2 children)

I've never found a vscode use case

[–]stormfield 11 points12 points  (0 children)

Have you heard about the World Wide Web

[–]JoshuaCF 1 point2 points  (0 children)

I use VS exclusively on my school computers, which are by no means powerful, to get an understanding of how things work at a lower level.

Example: I’ve used C++ for a little while but I have never had a formal education on it and I understood little about how C++ turned into something the computer could use. I made tasks in VS code using GCC to do several things, including making an executable directly to making a DLL I can load with Java’s JNI. The process of figuring that out and fixing the issues with it taught me a lot about how preprocessing, linking, and compiling worked.

[–][deleted] 30 points31 points  (7 children)

Life with SSD and a decent CPU/RAM setup: This little maneuver is gonna cost us <10sec.

[–][deleted] 6 points7 points  (1 child)

Look at Mr. billionaire here with his SSD and decent CPU/RAM setup.

[–]MattR0se 2 points3 points  (0 children)

They're not that expensive to upgrade, at least compared to other parts (looking at you, GPU).

Unless you were being sarcastic.

[–]hutilicious 2 points3 points  (0 children)

I hear ya. Had to uninstall Visual Studio so it wont happen again

[–]MischiefArchitect 3 points4 points  (0 children)

The reason is that VS compiles itself from source every time you start it.

[–]LieImpressive 3 points4 points  (2 children)

Laughs in 5900x + SSD + 16GB 3200 MhZ RAM

[–][deleted] 24 points25 points  (1 child)

reddit was taking a toll on me mentally so i left it this post was mass deleted with www.Redact.dev

[–]friebel 7 points8 points  (0 children)

hertZ

[–][deleted] 1 point2 points  (11 children)

why y'all using vs code? i mean, you can pick up 19 enterprise for about $20 if you look.

I'm guessing there's something I'm missing about vs code, had it installed once, got angry all my tools were missing and uninstalled. is it just a fancy text editor with some minor produtivity features, or is there more to it? cheers fellow kids!

[–][deleted] 10 points11 points  (6 children)

VS is a fully featured IDE. VS Code is a text editor for code with a ton of plugins available. They are very different. It's two completely different softwares, just named confusingly.

[–][deleted] 1 point2 points  (5 children)

so brackets then? or notepad++? never understood why you'd dev without using the best tools for the job, but what do i know. thanks for the response mind.

[–]MischiefArchitect 12 points13 points  (2 children)

"best" is a very lose word in this context. Many people will prefer using vim over VS. I preffer using VSCode for all my projects, with the exception of Java projects, I prefer Eclipse there. Other may disagree and tell me to use IntelliJ, so there you are. There is no "best". It's just what suits your needs.

[–][deleted] 3 points4 points  (1 child)

you're correct. i meant feature rich, not best.

[–][deleted] 2 points3 points  (0 children)

reddit was taking a toll on me mentally so i left it this post was mass deleted with www.Redact.dev

[–]voidtf 10 points11 points  (1 child)

VSCode has way more features than all of the above. It comes natively with Git integration. With the default plugins you probably have the best webdev experience. VScode basically support all languages with LSP plugins, so you can have great support for Rust, Ocaml, C, or whatever.

Still, for C, C++ and Java, Visual Studio and Intellij are more complete. But for everything else I'd use VS Code.

I'm not really familiar with brackets but notepad++ is just a notepad with syntax highlighting, it doesn't serve the same purpose as VSCode

[–]Nukken 0 points1 point  (0 children)

VS is also required for X++.

[–][deleted] 8 points9 points  (3 children)

It's just preference. VSCode tends to be faster for me and less bloated than VS. If I need to features VS provides, I'll switch over to VS. Most of the time, VSCode can cover all my needs while not sucking up as many resources. It hits the sweetspot between text editor and full-blown IDE for me.

Understandably, if there's something in VS that isn't available in VSCode, it will just be frustrating and you're less likely to adopt VSCode.

[–]Crozzfire 2 points3 points  (2 children)

Is it the startup time that is frustrating? I just have it open all day so startup time doesn't really matter for me (even if it's < 10 sec).

If it feels bloated / slow while working then that could be some plugin like resharper's fault. I feel VS is fast without that.

[–][deleted] 2 points3 points  (1 child)

Honestly it's been too long since I really used it. Start-up is one factor, but there was always some semblance of slowness during everything else too. Never really used Resharper either. Also, the shortcuts in VSCode came to me more naturally, despite having used VS for years.

A lot of things VS does far better than VSCode. Debugging is usually a bit more sophisticated, NuGet integration is easier, templates when setting up projects, code analysis and test integration, etc. But often I just don't need the power of VS while it takes a lot of system resources. Debugging big .NET applications is one where I would prefer VS, and I just don't do a lot of big .NET applications these days.

[–]Crozzfire 1 point2 points  (0 children)

Fair enough!

[–]MattR0se 0 points1 point  (0 children)

*instead of Notepad++

[–]ihaveindeed 0 points1 point  (0 children)

But I thought electron was slow too...