I Switched to VS Code and It's Kinda OK

  Рет қаралды 22,003

Engineer Man

Engineer Man

Жыл бұрын

Turns out switching to VS Code wasn't the big deal I thought it would be. In this video I'll tell you all about the experience and some thoughts on it.
Hope you enjoyed the video!
Join my Discord server and come say hi:
/ discord
Check out some code on my GitHub:
github.com/realtux
github.com/engineer-man/youtube
Other Social:
/ engineerman
/ _engineerman

Пікірлер: 133
@guyincognito5663
@guyincognito5663 Жыл бұрын
Never unsubscribed this fast in my life. Then instantly subscribed again, remembering you weren’t using vim in the first place.
@chasescooper
@chasescooper Жыл бұрын
VS code “just works”, it’s easy to get extensions and customize on multiple computers. I haven’t looked back as I feel it doesn’t get in the way. End of the day just want to write code not mess with the editor constantly.
@0xTas
@0xTas Жыл бұрын
Agree aside from my experience trying to use it with Java. I could not get Gradle to play nice with VScode for the life of me (I know others have, guess I wasn't so lucky), but for every other language I've used it works great!
@jorgen_10
@jorgen_10 Жыл бұрын
If you want to make a file in the root directory then you kinda need to scroll to the bottom of the file tree and click on the box itself that contains the file first and then click the create new file button.
@lalvar
@lalvar Жыл бұрын
If you have one project opened in VS Code you can press the Esc key in file explorer and then create a new file it would create a file in the root
@SirThane13
@SirThane13 Жыл бұрын
I used to use PyCharm exclusively when Python was all I did. In the job I have now, I use Powershell pretty heavily. For that, we've gotten rid of ISE and started using VSCode. A lot of the time, I'm doing stuff in the terminal at the bottom, mainly signing files with Set-AuthenticodeSignature. That's certainly an option for creating files and folders. You can create a file or folder by right clicking in an empty area in the Explorer tab on the left. You can tell by the entire project explorer area becoming bordered by a thin blue outline when you right click. Otherwise, right clicking on a folder in the project creates a file or folder in that folder.
@RaresCelTare
@RaresCelTare Жыл бұрын
4:18 Have you tried helix-editor or lunarvim(neovim) or is that too much of a change from how atom works? The functionality should be around the same, just more keyboard driven than vscode.
@Kiaulen
@Kiaulen Жыл бұрын
I have, and I'm already a vimmer. But I really miss the command palette and the project find and replace. I know there are analogues, but they're harder for me to find.
@ZacKoch
@ZacKoch Жыл бұрын
I'm glad you're enjoying vscode! It's really quite good. I know what you're saying about creating files and folders in the root directory... Lock on anything in the root directory and hit escape a few times. Then press the new file or new folder button and it should create it in the root. It's a little unintuitive.
@owensingh
@owensingh Жыл бұрын
Vim is the way to go, Simple, easy, and minimal :)
@spencernaugler792
@spencernaugler792 Жыл бұрын
I get it I use vim a lot as well. The problem is most people do not want to invest the time learning. They don't see writing code as the dev bottleneck.
@DendrocnideMoroides
@DendrocnideMoroides Жыл бұрын
easy??
@owensingh
@owensingh Жыл бұрын
@Paul Trashtalker ofc it is, there is obv a learning curve but after that its easy to navigate it can help you improve your productivity.
@FHollis-gw4cc
@FHollis-gw4cc Жыл бұрын
It's been years since I've done professional coding. Back then, I used Evolve. Was very happy with it, but then, the world moved on. For the little script stuff on my own machine, I found Kate works quite well. I tried to learn vim, but just can't seem to get my head around the mode thing. Recently, I tried doing some coding for some ESP 32 stuff, and installed VS Code. Had some learning to do, and still do, but it was my first experience with multiple cursors. That feature by itself sold me! So far, I really like it, to the point I don't think I'd consider looking elsewhere. Which bothers me cause it's a MS product!😡 BTW, that new mic is worth whatever you paid for it. Very, very nice sound.
@bertblankenstein3738
@bertblankenstein3738 Жыл бұрын
Yup, you nailed it, I use Vim for the minimal programs I write for microcontrollers. Recently however VS Code got installed on one of my computers unexpectedly, I might try it, but chances are I'll just be lost trying to use it.
@ft4jemc
@ft4jemc Жыл бұрын
Not sure if I missed it but was wondering if you've done, or plan on doing a video on ChatGPT/Open AI? Seen a lot of programmers discussing this lately and would really like to hear your take on it.
@acidhauss7018
@acidhauss7018 Жыл бұрын
What do you use for API testing e.g. postman
@northendtrooper
@northendtrooper Жыл бұрын
New mic sounds good.
@williamthatsmyname
@williamthatsmyname Жыл бұрын
I agree. My mans is finally a youtuber lol.
@jneal4154
@jneal4154 Жыл бұрын
About a year ago I switched from VSCode to emacs. It took about 6 months of configuration hell before it could replace my existing tool stack, but I regret nothing.
@exnihilonihilfit6316
@exnihilonihilfit6316 9 ай бұрын
Still on Emacs? With evil or original keybindings?
@jneal4154
@jneal4154 9 ай бұрын
@@exnihilonihilfit6316 Original. I never was a fan of vim bindings and it was easier than trying to rebind packages that don't use them.
@Steve-Richter
@Steve-Richter Жыл бұрын
I would like the markdown editor to auto switch to view/render mode when I have stopped entering markdown text.
@arcaneminded
@arcaneminded Жыл бұрын
I moved back to vim for a bit before switched to helix editor. It's been my daily driver for a couple of months now.
@mark500mo
@mark500mo Жыл бұрын
I was still in school when atom came out. Github was where I got access to it also. This is actually my first exposure to VS.
@zanf.2071
@zanf.2071 Жыл бұрын
Before migrating to VSCode have you considered using an Atom fork? If yes, what are the cons that prevented you from making the switch to a fork?
@kranefivem
@kranefivem Жыл бұрын
i use it since i started to learn to code, best editor ever
@Gigusx
@Gigusx Жыл бұрын
You're right. It IS hard to believe! lol. As for the audio, there's a very slight noise in the background, but the sound quality is very good otherwise!
@codeman99-dev
@codeman99-dev Жыл бұрын
You missed a major boon: amazing support for remote editing. That includes WSL, ssh, docker, and devcontainers. I am currently loving up on devcontainers. Awesome ecosystem.
@harleyspeedthrust4013
@harleyspeedthrust4013 11 ай бұрын
the remote editing support really is great
@lanceqt
@lanceqt Жыл бұрын
You probably need an TritonAudio FetHead or something similiar for your mic to take full advantage of the endgame level mic. Made a big difference for me
@shehandavy
@shehandavy Жыл бұрын
The new mic is great! Very clear and crisp. I've been using VS Code since 2016 or so, and I love how lightweight it is. One thing I wish they could improve is to introduce a better source control UI. The one Visual Studio has out of the box is much better than VS Code's IMO.
@djscratchcat474
@djscratchcat474 Жыл бұрын
”Lightweight” cmon it uses electron
@khadimhusen
@khadimhusen Жыл бұрын
Amazing sound
@oscarcharliezulu
@oscarcharliezulu Жыл бұрын
I use VSCode a bit - I'm not a dev but I need to use it occasionally. I found it a very complex environment to get my mind around. In the past I've mainly used very simple editors (the usual textedit, notebook, Brackets), then R-Studio and Jupyter Notebooks. VSCode seems to pre-suppose that you understand its structure and way of doing things, weird key commands, and so on. It does seem to be 'the' editor to use, that I should focus on learning but I would seriously love an 'easy' mode for noob users like myself.
@ipelengmolete161
@ipelengmolete161 Жыл бұрын
I switched to VSCode from Brackets when I moved from Windows to Linux Mint about 2 or so years back. I was sad, however it must be said, it is a great product. However, now my current weapon of choice for about 6 or so months now is Neovim. I think it's more of a "better fit" for me, as opposed to it being necessarily superior.
@Hector-bj3ls
@Hector-bj3ls 14 күн бұрын
Brackets had some interesting features. I ended up using Sublime Text for years, but I don't even remember how I found it in the first place. I remember I tried Atom when it came out, but it was just too slow. I tried Brackets. It was okay, but only supported web stuff and I did a lot of C++ at time time. I tried VS Code too, and again, it was too slow. I've recently been trying out Zed. It's by the same developers that made Atom, but it's really fast. It's still quite early in development so it has some bugs. Plus, it only works on Mac at the moment, but they're working on bringing it to other platforms. When I'm on Linux, or using languages Zed doesn't support, I'm still using Sublime.
@Steve-Richter
@Steve-Richter Жыл бұрын
Would like to search for a file name or text in a file within a sub folder in the project.
@RoboMarchello
@RoboMarchello Жыл бұрын
All I need is to be able to write code and it to look clean
@bartmeeus9033
@bartmeeus9033 Жыл бұрын
If you take file => new window, you can drag from your current window files to the other window, the tab isn't gone in the original window but they do sync changes upon save, that's the way i use it when i write on multiple screens, so you can actual do it, but it's not that easy then just dragging it out the original window...
@joeldcanfield_spinhead
@joeldcanfield_spinhead Жыл бұрын
Serious question: why? If the original copy is still open in the old tab, what's the benefit over, say, opening a new window, opening that file in the new window, and only having one version on my screen? If I'm missing something I'd like to know.
@bartmeeus9033
@bartmeeus9033 Жыл бұрын
@@joeldcanfield_spinhead When you drag the tab of the file you are working on to the new window it wil be there as a copy until you save it and then it will update in both windows, you can also just close the other tab in the original window... Mostly you open a folder in VSC and you can't open 2 folders at the same time with VSC as far i know, that's the reason i work like that.
@joeldcanfield_spinhead
@joeldcanfield_spinhead Жыл бұрын
@@bartmeeus9033 Got it. Thanks.
@nameundefined6265
@nameundefined6265 Жыл бұрын
You should try the pulsar editor, it is an active fork of atom
@mykytao5028
@mykytao5028 Жыл бұрын
I'm wondering why not neovim!
@thingsiplay
@thingsiplay Жыл бұрын
Have you ever considered Vim?
@davidpreston5889
@davidpreston5889 Жыл бұрын
You sound very good!
@c-LAW
@c-LAW Жыл бұрын
VSCodium
@jedcheng5551
@jedcheng5551 Жыл бұрын
About the github issues of VSCode. Back in Spring, there was a bug in Electron for Mac and Linux. Nobody could sign in to their plugins' account through the browser. In August, I was given a new Mac by my company but I couldn't sign in to my Azure plugins on my first day of use. Then I went to the github page of the plugin. The entire issue page is full of people complaining about the issue for more than 6 months. Because my company is an enterprise user of Azure, I managed to submit support ticket to Azure. Then an Azure engineer found an engineer from the VS code team and added him to the Teams chat. The Azure engineer was trying to ask questions to the VS code engineer but he never replied. After a week, the poor Azure engineer said he couldn't find any problems on Windows and suggested me to close the ticket. But 3 months later, the Azure engineer's manager sent me a message on teams saying that they somehow fixed the bug with electron and showed me it is working now. Even the entire tech stack of our company is based on Microsoft services, it still took 3 months to get this fixed. (Forunately, I somehow found a workaround after a week. I pressed upload a local file to Azure by mistake and mysteriously I managed to sign in to Azure.)
@gManGabe
@gManGabe Жыл бұрын
As a beginner, I really don't run into enough issues to warrant a switch from atom. Maybe someday I'll have a reason to look for extensions and whatnot, and have to find something else, but right now all I need is a place to write stuff. Once I wrote a simple snake game on ms notepad (JS/HTML), so that's in the backpocket lol
@emeraldbonsai
@emeraldbonsai Жыл бұрын
I swapped from atom years ago when extensions support seemed to drop off for atom. now I mostly use a fork of vscode called code-server which I run on my servers and attach to my devices
@dookshi
@dookshi Жыл бұрын
+10 for the mic, +10 for lighting and/or color corrections.
@EngineerMan
@EngineerMan Жыл бұрын
I fought lighting for a while but consulted a friend who helped me with the specifics. Now I have a consistent way to record well lit videos, finally.
@xarros
@xarros Жыл бұрын
Atom and other editors have failed to maintain strong community like VSCode and frankly to have a product like VSCode be successful like the way it is now you need a massive company like MSFT
@jthoward
@jthoward Жыл бұрын
Yeah, that’s why even in the hard-core OSS mean you’ll still have corporate style structures like KDE, linux foundation, red hat, canonical, etc.
@GLENC0C0
@GLENC0C0 Жыл бұрын
Didn't realise Atom was a github creation. Haven't heard the name in a long time. Served me well years ago.
@80xdplays88
@80xdplays88 10 ай бұрын
My biggest problem with VSC is that whenever you want to run a python program in the terminal you have to save your changes first if you don't it will give you a syntax error and not run it then you have to exit the terminal and try again.
@pimveelders3389
@pimveelders3389 Жыл бұрын
I use a plugin to create new files. Not sure what it’s called. You just type ctrl-n and type path + filename. Works pretty good
@ZacLangston
@ZacLangston Жыл бұрын
Try Pulsar that is what i switched to from atom and it is based on atom but they are a good amount of people that are maintaining it. so far they are doing awesome!
@Matt23488
@Matt23488 Жыл бұрын
Glad you have made your peace with VSCode. It really is a good editor. The only reason I even use Visual Studio anymore is because my job uses TFS (or I guess Azure DevOps as they call it these days) for source control. We are moving toward using git but that's gonna take decades before we're completely off of TFS.
@ChristophVonBagel
@ChristophVonBagel Жыл бұрын
Neovim , lua support , treesitter , lsp support telescope = blazing fast .
@ThePandaGuitar
@ThePandaGuitar Жыл бұрын
I switched from VS Code to Webstorm :) I find JetBrains IDEs to be more intelligent.
@zoelacanth7168
@zoelacanth7168 Жыл бұрын
RIP atom. it was a good time.
@mamizoumain
@mamizoumain Жыл бұрын
I only know python, so my go to is jupyter notebook since that's what I learned on. Vscode was always really slow on my older computer.
@nightvideoshoots3351
@nightvideoshoots3351 Жыл бұрын
Wow! You switched it in 22, congratulations! 🎉🎉🎉
@emeraldbonsai
@emeraldbonsai Жыл бұрын
Seems to be some noise on the mic. Generally with the sm7b you need to keep it way closer to your face like 2 inches away max.once you do that a then tone down the gain it should get rid of your mic noise
@theangelofspace155
@theangelofspace155 Жыл бұрын
I have code server installed in every one of my servers. Super easy to change configs on the go using wireshark
@GeorgeValkov
@GeorgeValkov Жыл бұрын
I use Visual Studio, and I am very productive with it. I am forced to use VS code for Nordic projects, but only to compile and debug them. My experience wit it is very basic, so use Visual Studio to edit these, but it took a huge effort to create a project with working intellisense.
@soupertonic3579
@soupertonic3579 Жыл бұрын
You should really consider having a go at Pulsar. It's a fork of Atom, it's being actively worked and has a very welcoming community.
@freddief939
@freddief939 Жыл бұрын
I love how this guy just mimicked a famous youtube ads scammer and probably less then 1% of people noticed.
@sametrise
@sametrise Жыл бұрын
Did you tried pulsar? It is a fork of atom
@SteepMountainGames
@SteepMountainGames Жыл бұрын
You sound amazing
@mohitkumar-jv2bx
@mohitkumar-jv2bx Жыл бұрын
Since you are already trying new editor and in case you are familiar with vim bindings, Why not neovim or some distribution of neovim like LunarVim.. you get ide experience out of the box. I
@unclefreddy2009
@unclefreddy2009 Жыл бұрын
Emacs? Only sort of kidding, but it’s super powerful
@lebdesmath2510
@lebdesmath2510 Жыл бұрын
xd i though u were lying when u said that and that micro is veryy good, nice
@sultanofcardio
@sultanofcardio Жыл бұрын
As a current WebStorm user I’m curious why you switched to Atom in the first place. Also curious how you came down on VS Code instead of going back to WebStorm. The obvious answer is the price but I’m hoping it’s not that
@DendrocnideMoroides
@DendrocnideMoroides Жыл бұрын
it is actually the price
@sergeant5848
@sergeant5848 Жыл бұрын
Would have been nice if you used screenshots to illustrate your points.
@manfrombritain6816
@manfrombritain6816 10 ай бұрын
i freaking love VSCode... the extensions are great, it looks nice, it feels intuitive to me. every time i go back to something like intelliJ now i feel icky
@spriteman1925
@spriteman1925 9 ай бұрын
VScode does not look clean tho 😔
@CristiNeagu
@CristiNeagu Жыл бұрын
I just wish that the people complaining about VS Code would actually try it. The vast majority of complaints are due to the user's ignorance.
@ltlt-gz2ic
@ltlt-gz2ic Жыл бұрын
VSCodium is another alternative
@williamthatsmyname
@williamthatsmyname Жыл бұрын
I am in the same boat as you my friend. Keep us updated on what you think about it and what alternatives you are thinking of.
@Kiaulen
@Kiaulen Жыл бұрын
Made the same switch with the same sadness. Atom was a really great idea. The interface was much less cluttered and the extensions that did exist tended toward higher quality than Code's. The git, search, and vim workflows all suffered from the switch. But the settings sync is better and I'm really happy with the work on rainbow delimiters
@SianaGearz
@SianaGearz Жыл бұрын
I actually have a deep seated hatred of the tone of the SM7 but everyone uses it and it hardly would be a reason for me not to listen to somebody if they have something to say that I need to hear. It's a mic radio stations use because it's tolerant of guests who don't know how to microphone. And it's a mic people buy because it sounds closer to how their voice sounds in their own head through bone conduction. But it's not at all similar to how people actually hear you.
@user-js9rz5ue7w
@user-js9rz5ue7w 11 ай бұрын
I’ve been using visual studio code for a year
@123IGRACH
@123IGRACH Жыл бұрын
How about Sublime?
@Hector-bj3ls
@Hector-bj3ls 14 күн бұрын
Sublime was the only editor I could use. It's the only one that was fast enough to be usable. I'm now using Zed. It's by the same people that made Atom.
@Hector-bj3ls
@Hector-bj3ls 14 күн бұрын
You should now switch to Zed. Its by the same people that created Atom, but it's fast. I tried Atom, but it was far too slow. I tried VS Code, but it was also far too slow. I used Sublime Text for a long time ans Ive recently switched to Zed.
@_veikkomies
@_veikkomies Жыл бұрын
I've been using VSCode for a while. I mostly code for school related stuff so I'm not terribly proficient. Would be cool to see some sort of tutrial/showcase of the features you use most or keybinds etc. Whatever you find useful to say.
@abhisheksoni2854
@abhisheksoni2854 Жыл бұрын
i think atom is still fine i stick because simplisity moreover, microsoft dont have to kill atom but instead do option for vs code and atom in one app
@GooogleGoglee
@GooogleGoglee Жыл бұрын
You sound good now better video editing on showing what you're talking about ;-)
@rezmed1144
@rezmed1144 Жыл бұрын
Learn one Text editor once for life , guess which one !
@WastedDad
@WastedDad Жыл бұрын
The best ide is Microsoft word
@zeocamo
@zeocamo Жыл бұрын
there is no best editor if you never try neovim, there is 2 editors that is glowing vscode and neovim, vscode for the people that will be replace with AI in 2-5 years, and neovim for the people that will be replace in 5-7 years, joking of course... kind of... the point with VScode is to get the editor into the browser, so you go to github and editor all the code without any thing local, i fear this future but maybe i was right with the AI replacing us, what then??
@TheRealisticNihilist
@TheRealisticNihilist Жыл бұрын
Vs code is already forked twice I think. Vs codium and code oss.
@LoomisRex
@LoomisRex Жыл бұрын
MS is selling Visual studio.
@Stopinvadingmyhardware
@Stopinvadingmyhardware Жыл бұрын
Funny, software devs downloading someone else’s IDE isn’t of writing one.
@jneal4154
@jneal4154 Жыл бұрын
You do know that abstraction is a ubiquitous concept in computer science, right? Programmers build tools for other programmers all the time. What's wrong with having a preferred tool? Or using one already set up by another developer? Or building new tools using other tools? Who says you have to construct your own tools, anyways? Does a chef need to make their own pots and knives, too? Your normative hostility isn't antagonizing or hurtful for anyone else so much as it is embarrassing for you. Your inadequate insult lacks a barb because you've attempted to attack something that isn't a point of weakness or embarrassment for anyone. Ignorance is a bad look on you, however.
@BitCloud047
@BitCloud047 Жыл бұрын
I just switched form vscode to neovim....waaayyy better.
@BrickTamlandOfficial
@BrickTamlandOfficial Жыл бұрын
*NERD RAGE*
@chriswatson2407
@chriswatson2407 Жыл бұрын
The single window in vscode is very annoying.
@joeldcanfield_spinhead
@joeldcanfield_spinhead Жыл бұрын
You can open new windows. What you can't do, elegantly, is move an open file/tab to another window. I just need a right-click option to open a file in a new window instead of a new tab.
@lovely-shrubbery8578
@lovely-shrubbery8578 Жыл бұрын
😭
@HadToChangeMyName_YoutubeSucks
@HadToChangeMyName_YoutubeSucks Жыл бұрын
Nice mic, you sound amazingly like you did with the old mic to me. Per your editor, I don't really get why you don't break down and just buy jetbrains. It's a great product, I"m a professional programmer and I have no problem paying for an excellent professional tool. I'd rather pay for an excellent editor than use a free one from Microsoft because I don't trust MS.
@0xTas
@0xTas Жыл бұрын
I think for a lot of people (myself included), utilizing and supporting FOSS is more important than brand (dis)loyalty. Sure if you program for a living then it's easy to just throw some money at your tools and forget about it, but what about all the new or even just hobbyist coders out there? I think that supporting and utilizing FOSS projects like VScode is important, because we can't all justify something like a Jetbrains price-tag, but having access to a good quality editor from the start can literally make-or-break someone's entire experience with programming, full stop. So the way I see it, the more people that use FOSS editors like VScode the better, because it keeps high-quality tooling available to everyone. And if you don't trust Microsoft, there are plenty of community-maintained forks like VScodium that afaik don't collect telemetry data or anything questionable like that. Also I agree that your new mic sounds great, EM!
@HadToChangeMyName_YoutubeSucks
@HadToChangeMyName_YoutubeSucks Жыл бұрын
@@0xTas -- I used NetBeans for years and while I did I made a donation yearly (though not nearly as much as I pay for my jetbrains license). The truth is that most people who so strongly believe in FOSS aren't contributing, they just think it's free. And I didn't say EM made a bad decision nor am I saying he just went that direction because "free", just curious why he didn't seem to consider going back jetbrains. I take it you use VScodium, do you donate to the cause or is it a "free" package to you? Frankly a lot of nix users avoid commercial stuff just because it's commercial stuff and think everything should be "free". As a capitalist who charges for my labor I realize that if everything were actually free there would be very little of it.
@0xTas
@0xTas Жыл бұрын
@@HadToChangeMyName_KZfaqSucks I agree with you that most users aren't literally contributing to the project, whether financially or otherwise, but I think that the large number of "no-strings-attached" users are still a good thing for the health and community of open projects like this overall. If the editor only had niche adoption from the minority of users who are able or willing to give back in some "meaningful" way then I doubt it ever would have garnered the reputation or popularity that it has now, and those are probably the biggest metrics for the success of a project like this as long as "profitability" isn't on the benchmark. I don't see VScode as something I get to just leech off of indefinitely, but I'm also just a hobbyist coder who has never earned a single cent from writing code, so I don't feel necessarily obliged to donate, either. If I ever do earn money through coding in the future then I would have no issues giving back to a project that made it possible. In fact I wouldn't even mind donating if my financial situation was just more stable in general, but unfortunately that's not my reality at present. Also I wasn't trying to insinuate anything negative about what you said previously so I'm sorry if it seemed that way. I'm just trying to offer my own perspective on the matter, and iirc EM did say something vaguely similar about why he didn't want to go back to Jetbrains. I don't remember exactly what he said or which video, I think it may have been the one where he originally talked about Atom being sunsetted, but I remember him making a comment about generally preferring to support a FOSS project over a closed-source license (feel free to correct me if I'm remembering that wrong). Also, I use just plain old VScode lol. I'm not particularly thrilled about MS collecting telemetry etc. But I also run Windows and that's basically the same meme so I would be kind of hypocritical if I avoided one for that reason and not the other lol.
@HadToChangeMyName_YoutubeSucks
@HadToChangeMyName_YoutubeSucks Жыл бұрын
@@0xTas -- Well don't get me wrong, FOSS is a good thing and people having access to "free" stuff is a good thing too, not saying there is anything wrong with that, I certainly can't support everything I use under linux so I use lots of stuff for "free", though I do contribute to most. But on the other hand I don't actually have any problem paying for the things I use for my livelihood or even in general as long as it has value to me. For many in the nix world that seems to be a sin.
@0xTas
@0xTas Жыл бұрын
@@HadToChangeMyName_KZfaqSucks Yeah, I get what you mean. I do like to contribute to open source projects that I benefit from as well, I just don't have much money to throw at things currently, so it's usually opportunistic like when I find a bug in a software library I'm using, I'll see if I can't figure out a fix and open a pull request or at least an issue for discussion. Stuff like that.
@Afurai_
@Afurai_ Жыл бұрын
I use VScodium, open source VScode, don't trust MS at all :)
@Anteater_Taming_Masterclasses
@Anteater_Taming_Masterclasses Жыл бұрын
Use vim.
@rehankhan255
@rehankhan255 Жыл бұрын
How to interact python with adb.. please help me.
@praecorloth
@praecorloth Жыл бұрын
Former Atom user. I'm in the process of exploring my options. VS Code is one that I went to pretty quickly. I think I said in a previous video of yours, VS Code irritates the ever loving shit out of me. Atom's text prediction was wrong most of the time, but it never suggested a small book at me, and when it became clear that I wasn't typing what it thought I was going to be typing, it went the fuck away. No such luck with VS Code. Also the Git integration is bad, and VS Code should feel bad. I've also used Sublime text editor, and generally I like it, but I don't like the pop up to pay for the software. I would pay for it, but I don't know that I'm going to stick with it. There have been a couple of Atom forks that I'm going to go track down. VS Code just isn't all that, or a bag of potato chips.
@cryptocurrents946
@cryptocurrents946 Жыл бұрын
If you're switching editors then consider Vim (or NeoVim) - no micro$oft, no mouse and it will make you blazingly fast. If you're going to explore new space, might as well use hyperdrive and the Force.
@Tntpker
@Tntpker Жыл бұрын
Switched to Vscode too from neovim, but still use neovim inside the integrated terminal on occassion, and also when navigating the code. There's just too many extensions neovim misses currently, like a proper debuggr, database connector plugins etc.
@yomajo
@yomajo Жыл бұрын
Engineer, doesn't your hate for Microsoft stem from Ballmer times? As far as I can tell once Satya took helm, he embraced opensource up to the point Windows includes Linux kernel...
@SianaGearz
@SianaGearz Жыл бұрын
Embrace extend extinguish. Always Microsoft.
@somethingcoolgoeshere
@somethingcoolgoeshere Жыл бұрын
VS Code is pretty epic
@rebel478
@rebel478 Жыл бұрын
Bro what is wrong with your eyebrow
@I_Unintentionally_Morph
@I_Unintentionally_Morph Жыл бұрын
Lost all your videos and guides due to crash , starting again
@cbbcbb6803
@cbbcbb6803 Жыл бұрын
Mozilla had a internet browser called Netscape that was not free. Then Microsoft brought out Internet Explorer, and it was free. People stopped using Netscape and started using Internet Explorer. Not only was Internet Explorer free, it came pre-installed on Windows. I think Netscape doesn't exist anymore. Jetbrains' days may be numbered.
@justSahm
@justSahm Жыл бұрын
IDK why people have such a resistance to using VSCode and this video pretty much pointed out that there are no issues (maybe the window-dragging behavior which I'm sure you can figure out a comparable process) Even the title still shows the resistance because you switched, its an upgrade to Atom in your own words, and yet you hold back any and all enthusiasm in fear that Microsoft will do something you don't like with it. Let's face it, VSCode is a very capable, super customizable, community supported (through extensions), lightweight, and cross-platform editor. Why you hold back on saying it's awesome is your own prerogative but the industry has spoken and wether you code for web dev, desktop applications, mobile applications, IoT, or whatever have you, VSCode is the ONLY editor I know which makes it easy for beginners to get the right extensions and for seasoned pros to customize for maximum efficiency. I've used pycharm, codeblocks, netbeans, eclipse, and Visual Studio (not code) as well as all the text based like Vim and Nano and really I don't see any advantage to those tools except if I HAVE to work in a command line due to limitations in the environment. Not to go on a tirade but let's let go of the old and embrace the new, yes? It's time to admit that despite personal feelings about Microsoft, its the best tool out there PERIOD. AND IT'S FREE!
@duckymomo7935
@duckymomo7935 Жыл бұрын
Vscode is really great for me to use
@nebule1000
@nebule1000 Жыл бұрын
very slim, very fast. the best in mho. don't like the json config stuff. very buggy and messy.
@tylermorris84
@tylermorris84 Жыл бұрын
Welcome to the dark side!! VS Code is pretty great. You won't regret it!
@jk-fy8on
@jk-fy8on 6 ай бұрын
use vim.
@sandeepvk
@sandeepvk Жыл бұрын
I thought you used vim. _Unsubscribed_
Git Good: Solo Development Use Cases
12:24
Engineer Man
Рет қаралды 29 М.
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,2 МЛН
Conforto para a barriga de grávida 🤔💡
00:10
Polar em português
Рет қаралды 107 МЛН
Omega Boy Past 3 #funny #viral #comedy
00:22
CRAZY GREAPA
Рет қаралды 16 МЛН
1❤️
00:20
すしらーめん《りく》
Рет қаралды 29 МЛН
Possible Future GitHub Copilot Lawsuit
9:21
Engineer Man
Рет қаралды 11 М.
Difficult Programming Concepts Explained
11:13
Engineer Man
Рет қаралды 68 М.
How To Host a Website At Home For Free
7:50
Engineer Man
Рет қаралды 88 М.
Why I Switched From VSCode To NeoVim - My Setup
13:11
Anthony GG
Рет қаралды 67 М.
How to Decompile, Modify APK and Recompile using Apktool 2024
27:50
The Smart Dev Koder
Рет қаралды 2,3 М.
Linux processes, init, fork/exec, ps, kill, fg, bg, jobs
13:47
Engineer Man
Рет қаралды 169 М.
My Visual Studio Code Setup for Web Development
15:22
ForrestKnight
Рет қаралды 1 МЛН
Understanding Floating Point Struggles in 7 Minutes or Less
7:03
Engineer Man
Рет қаралды 10 М.
I Asked ChatGPT To Build Me a Website
12:24
Engineer Man
Рет қаралды 27 М.
CLion Nova -- A HUGE Upgrade
8:26
Gamefromscratch
Рет қаралды 17 М.
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,6 МЛН
Which Phone Unlock Code Will You Choose? 🤔️
0:14
Game9bit
Рет қаралды 11 МЛН
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 2,2 МЛН
Обманет ли МЕНЯ компьютерный мастер?
20:48
Харчевников
Рет қаралды 187 М.
Kalem ile Apple Pen Nasıl Yapılır?😱
0:20
Safak Novruz
Рет қаралды 860 М.