Goodbye VS Code

Sdílet
Vložit
  • čas přidán 2. 06. 2024
  • Yep, I stopped using VS Code as my daily text editor. In this video I go over a few reasons why I decided to move onto a new IDE, and some of the pros and cons of the new IDE that I use.
    Get access to high quality coding projects that actually impress recruiters: www.sweprojects.com/
    Check out all the gear that I use! kit.co/dohyunkim/desk-essentials
    Follow me on TikTok: @youravergetechbro
    Timestamps:
    0:00 - 2:48 Why I switched away from VS Code
    2:48 - 7:45 Demoing the new IDE I switched to
    7:45 - 8:32 Closing thoughts

Komentáře • 523

  • @YourAverageTechBro
    @YourAverageTechBro  Před rokem +21

    Another thing I love is www.sweprojects.com 🙂 it's a website I built that is dedicated to high quality coding tutorials to build projects that you'll actually be proud to share! Check it outtttt it's dope

  •  Před rokem +237

    These guys are good in what they do. Jetbrains really kicks ass.
    Im still using VSCode tho.

    • @monad_tcp
      @monad_tcp Před rokem +10

      Well ide means integrated . Jet brains is Very integrated.
      More than ever Visual Studio .
      Perhaps the good thing about VsCode is that its really a modular text editor , not an IDE .

    • @jongeduard
      @jongeduard Před rokem +11

      @@monad_tcp I think we should no longer consider that to be true. I consider VS Code an IDE, just a modular one. It has literally all functionality that any IDE has and has become quite large these days.
      If you take away the shifting definitions of these days and look at the past and how IDEs where in the past, they didn't even come close to what VS Code has these days.
      However I am not saying that it's better then IntelliJ IDEs, because I don't know enough about those, I hear only positive stories about it. But also that it's quite expensive. If you pay mony, you expect something to be great. Which does not always hold for Visual Studio sadly, due to the number of bugs and issues.

    • @monad_tcp
      @monad_tcp Před rokem

      @@jongeduard VsCode is something between full-blown IDEs and minimalist text editors .
      You might be right too too.
      I actually use the 3 things.
      I have a bare VsCode with nothing just for fast start, my VsCode that I use as IDE and Full blown Visual Studio and even CLion , we use what's best for the job we are doing, they're tools.
      I even use fte when I need to edit files from the terminal.
      We just need a category for medium-size IDE/Text editors. Perhaps MDE , modular developer environment .
      I dunno.
      I still think VsCode is kinda small, anything less than 200MB is small for me. But I have 128GB of RAM, so there that.
      Our definitions might vary .

    • @jongeduard
      @jongeduard Před rokem +4

      ​@@monad_tcp I was not really talking about memory usage, but functionality and use cases.
      32 GB RAM is enough for me by the way, I need nothing more 99,9% of the time, for more we have swap space.
      But talking about memory, it's kinda interesting. VS Code never uses very little memory, since it runs on Electron and always needs an entire chromium browser engine. But for such an app I think it is efficient, because of the plugin concept and how things get loaded and unloaded.
      Most Electron apps are crap.

    • @monad_tcp
      @monad_tcp Před rokem +1

      @@jongeduard VsCode is the exception of electrons . First because it is not made like a web app , but much more like a real application.
      Second, it uses a lot of native plug-ins to speed up execution of critical parts instead of everything being JS.
      And third, it actually uses the chromium preloader to load the core JS files directly from the compressed zip into memory.
      It even has a snapshot feature to preload things .
      Yes, most electron apps are crap, it would be better if web developers didn't exist, I mean, electron didn't exist .
      In theory , one could even preload entire V8 state with the JS already translated to machine code.
      But you pay heavily in memory usage , not so much in IO because windows prefetch is actually good when you close and open a lot of memory mapped files on disk.
      You obviously end up needing 2GB and 2GB of cache , it's 4GB only for VsCode.
      And then you open visual studio 4GB . An more 4GB of disk cache.
      And then 2 Firefoxes instances.
      And now you look at your 32GB it doesn't seem like much anymore , specially because Windows itself uses 3GB steady state . Now you're like 70% loaded (including disk cache).
      See 32GB isn't much , because obviously you already have a 8GB Linux VM running on background so you can compile multiplataform software .

  • @lshadowSFX
    @lshadowSFX Před 11 měsíci +36

    vscode is the serious best. you add whatever functionality you want, sure a bit of time needed, but after you are done, you can sync settings, it's all ready without needing to config stuff over and over and... it's free. the amount of quality and for free, it's insane.

    • @robby3467
      @robby3467 Před měsícem

      It's also a totally unintuitive mess. The only thing in its favor is it's better than Eclipse.

  • @truefirstmagic
    @truefirstmagic Před rokem +78

    As a multi-decade developer that spent most of my career coding in vim, I switched over to jetbrains products (with a vim plugin, of course) a couple years ago and haven’t looked back. Best in class IDEs, and the price is actually quite reasonable.

    • @alvincheng809
      @alvincheng809 Před 3 měsíci +2

      So, do you just unplug your computer every time to exit vim?

    • @BlueSky_fur
      @BlueSky_fur Před 3 měsíci

      @@alvincheng809is that not how you do it 🤔 😂
      (This is a joke.)

    • @truefirstmagic
      @truefirstmagic Před 3 měsíci

      @@alvincheng809 just never exit vim. problem solved :D

  • @sonluuh
    @sonluuh Před rokem +124

    JB family is IDE, not text editor. The reason behind their convenience is that they bundle utilities tools together (linter, formatter, code completer,...). They make you happy. Text editor is for editting text. Nano/sed/vim are created for that purpose. But you can make the text editor become IDE with the extensions. You just dont want to manage these extensions yourself. :D

    • @YourAverageTechBro
      @YourAverageTechBro  Před rokem +20

      100% correct I do not want to manage the extensions myself haha

    • @favouruko
      @favouruko Před rokem +3

      But you have to it's helpful anyways

    • @brokencrayon3476
      @brokencrayon3476 Před rokem +3

      @@YourAverageTechBro hes wrong in some ways. I develop plugins for the jetbrains platforms and am an avid VS Code hater. Although he is correct that JB mainly focuses on IDEs, BUT this does not mean VSCode is a good Text Editor. The thing with VSCode is it uses a language server and scopes to highlight syntax and give that syntax sugar that you find in VS plugins. With this being said, it is FAR from perfect and gets tricked up. Jetbrains IDEs go off of a bnf grammar that defines what an error is in the language. This allows the editor portion of their IDEs to be all knowing. The editor knows FORSURE what class your in and what the children and parents are.

    • @brokencrayon3476
      @brokencrayon3476 Před rokem +3

      You will NEVER be able to replicate a Jetbrains language editor plugin to VSCode because of how limited their parsers are. IMO VS Code is overhyped, when fleet becomes stable I'm sure VS Code will become a thing of the past

    • @sonluuh
      @sonluuh Před rokem

      @@brokencrayon3476 The point here is: you no longer have to manage the plugin. (JB's family managed set by default (formatter, code completetion, ...). Not VSCode is better than JB. In my work, I use vim/vscode/pycharm together. And replicate the extension from one platform to another platform is hard (but that is not the point! - In case you mis understood me)

  • @Greenmarty
    @Greenmarty Před rokem +3

    I'm using more of IntelliJ but i assume it'll be same - >
    The pre - commit analysis is just matter of toggling checkbox in settings. +
    In JetBrain's IDEs -> double click shift anywhere and write literally anything from your code, settings, gradle/ maven tasks, ... ect., that is part of IDE or your project and IDE will shortcut you there or even let's you run things and flip switches directly from search results. It's productive way to quick setting annoying things fast.

  • @brenotome
    @brenotome Před 11 měsíci +4

    The thing that gets me is stability. Python is my main language, and i can never rely on the test explorer in vscode, it also get lost with imports sometimes, pycharm have less features, by every single thing they add works well and keep working.
    I won't switch for Python, but for C++, Clion can figure out itself even on very weird projects, on embeded system's that have very limited debug capabilities, having an editor that can point out your mistakes early and don't get lost on imports makes a lot of difference.

  • @judahwilson6756
    @judahwilson6756 Před 11 měsíci +11

    It's been my opinion for a long time that I'd really prefer an IDE dedicated to the thing you're doing, having most features out of the box.

  • @stashladki2594
    @stashladki2594 Před rokem +19

    About the warning you think are redundant for you: try right-clicking on them, it should provide you a setting right there to hide that particular type of warning or suggestion. You basically configure those settings naturally as you write more code and bumping into behaviours you'd like to change!

    • @IStMl
      @IStMl Před rokem +3

      Nah but he wants it to be the default
      Right-clicking is too much effort, the devs should've made his personal preference the default

    • @paradiseonheaven
      @paradiseonheaven Před 9 měsíci

      lets face it .
      The trend is ...
      1.VSCODE for simplicity.
      2. Switch to IntelliJ for "wow features".
      3. Learn from seniors that VSCODE has incredible features as well.
      4. Use Both IDE's.
      5. Switch to VSCODE again as you do multi-project.
      6. Understand that IDE's can be programming language based.
      7. Have Visual Studio, Visual Studio Code, Webstorm & Android Studio installed at same time.

    • @BrandyBalloon
      @BrandyBalloon Před 4 měsíci

      I don't recommend suppressing warnings. It's easy enough to have a quick look and ignore them, but what if you really did make a harmful mistake one day and missed it because the warning was suppressed?

  • @jamesdenmark1396
    @jamesdenmark1396 Před 7 měsíci

    What you do with all the extensions? Can you still use the same or not possible?

  • @rhetttheehitman9771
    @rhetttheehitman9771 Před rokem +13

    Yeah, I've been using JetBrains products for the last few years and haven't looked back.
    I really love the functionality it has right out the gate. However, when needed to customize individual-specific preferences, it's easy to do in the preferences window.
    Additionally, I love the fact I can go from Javascript to Go to Rust or whatever and back while having the exact same functionality, support and behavior across all languages. It feels like it's very simple to get right into the action on this platform.

  • @build-things
    @build-things Před rokem +4

    I love jetbrains ide's.. I use webstorm, intellij and rider at work. All amazing especially for executing tests and my two fav hot keys (shift shift) (ctrl shift f) for searching

  • @RolandAyala
    @RolandAyala Před rokem +6

    Thanks for this video. I'm a long-time Webstorm user and still have an active sub, but I switched over to VS code about 6 mo ago because free (my subscription fees are getting out of hand), stronger plug-in ecosystem (IMO), and, yea, sexier UI -- looks and feels great. Still, I never was able to fully wean myself off of WS because comparatively a pita to get back to a happy path when creating ad-hoc projects for prototyping, etc. Your video inspired me to go back and try WS on my mainline project again, only to realize all the niceties WS provides over VS code. Just goes to show you get what you pay for.

  • @Kevinschart
    @Kevinschart Před rokem +5

    I'm a purist and minimalist at heart. I started coding on BBEdit. I liked it because it didn't hold my hand. Forced me to hone my debugging. I tried Webstorm and it was just to much. Went back to BBEdit. Finally gave VS Code a shot. It worked, it had jupyter notebooks, and it was free. I'm not switching. You remind me of the music producers that switch from DAW to DAW.

    • @batlin
      @batlin Před 10 měsíci +1

      Not sure what's wrong with music producers switching from DAW to DAW. Each time you switch, you learn something new and generalise your understanding of the tools, rather than overly specialising on one specific tool.

    • @neopickaze
      @neopickaze Před 3 měsíci

      It's important to recognize that embracing advanced tools isn't about replacing fundamental skills or craftsmanship; it's about augmenting them. Tools like VS Code or WebStorm aren't merely shortcuts; they offer sophisticated environments that can enhance productivity, foster innovation, and allow for a focus on more complex problem-solving by handling routine tasks.
      The essence lies in "using the right tool for the job." Just as a master craftsman selects their tools based on the task at hand, choosing between simplicity and complexity in development tools should be guided by the project's demands, the task's specificity, and the desired outcomes. Advanced tools, when used judiciously, can free up cognitive resources for creative and strategic thinking, leading to higher quality work and more efficient problem-solving.

  • @gavinmurambadoro
    @gavinmurambadoro Před rokem +10

    This is the functionality that an IDE provides to a developer. JetBrains IDEs as well as Microsoft's Visual Studio (not code) fall in the same bracket. VS Code is just a lightweight editor whose basic functionality can be boosted by extensions, but I don't think it will reach the same level as what these IDEs provide by default (..yet)

    • @dmitriyobidin6049
      @dmitriyobidin6049 Před rokem +3

      But VSCode kinda outgrew it's purpose and now is treated like a full blown IDE, loosing the stuff that gave it an advantage over IDEs in the first place, like minimal startup time and configuration.

    • @BrandyBalloon
      @BrandyBalloon Před 4 měsíci

      @@dmitriyobidin6049 Agreed. I'm not sure what VSCode is trying to be these days, because it's not particularly good at being either an IDE or a lightweight code editor.

  • @user-tf7ct1tq8g
    @user-tf7ct1tq8g Před rokem

    Thanks for the video, my school has both visual studio's and jetBrain's IDEs installed and I don't know what's the difference between them and which is better

  • @jmon24ify
    @jmon24ify Před 5 měsíci +1

    "UI is ugly" well there are themes and you can customize the font, font size, leading and so much more right from the settings or press shift twice on your keyboard and type what you are looking for. "warning for commit" You can turn that off in the commit settings. I open my commit messages as a dialog, not on the left side like you, but in the dialog, you can uncheck 'analyze code' and whatever else to not get those warnings. Or, again, press shift twice in your keyboard, and type what you want.

  • @iqwebserve3973
    @iqwebserve3973 Před rokem +2

    I, too, love Jetbrains products. It has so many features you can't do without once you learn them. Local History for a file is a real time saver for example.

  • @sivuyilemagutywa5286
    @sivuyilemagutywa5286 Před rokem +15

    I moved from VSCode to Neovim and once you use vim you join a community, so you will eventually spend time configuring. I have been using vim for like 2 years now and I also think Vim also helps with the burnout and the best part is I never have to leave the terminal. I use a potato PC, it's only 16g of ram, VSCode (Electron) + Chrome (I open lots of tabs) , use like 50%. I have never tried Webstorm, but I did use Sublime.

    • @jabuci
      @jabuci Před rokem +2

      I'm playing with Helix right now. Similar to Neovim but the configuration is much simpler. It has no plugin support (yet), all the goodies are included. It's worth a try. I also used vim for about 15 years but plugins and configuration took too much time.

    • @TheoParis
      @TheoParis Před rokem +1

      @@jabuci I wanted to use helix but unfortunately I need plugin support so I'm stuck on neovim for now.

    • @orwellmushaikwa2591
      @orwellmushaikwa2591 Před rokem +8

      Lol 16Gb RAM is pretty standard bro. Some people still use laptops and PC's on 8Gb RAM 😂. I recently got a 16Gb RAM MacBook. To some extent I do wish I could have got a 32Gb one because it's so fast I can easily get carried away with the number of programs I have open. But then the budget wouldn't allow 😔. Still 16Gb is functional, just need to keep track of your resources 😅.

    • @LcyYoutube
      @LcyYoutube Před rokem

      Hey Sivuyile, I am just starting out "vim" (vim vscode extension). Do you have any recommendations other than practicing, for becoming more used to it? Or do you have some interesting resources?

    • @hhope-carter9676
      @hhope-carter9676 Před rokem

      ​@@orwellmushaikwa2591 yeah I've literally been using intellij with chrome open at the same time on my 8gb ram Ryzen 5 laptop since I got laid off recently. My computer does not explode. It's fine most of the time though I wouldn't really choose it but I think I could work quite fine like that on 16gb ram I wouldn't call it a potato

  • @youvegotmail9385
    @youvegotmail9385 Před rokem +6

    I've used IntelliJ for Java projects and that is THE most powerful ide I've ever used. It takes take quite a bit of load on my computer, but it's a really awesome ide. I'm still using VSCode for now. Also, the testing is great on IntelliJ.

    • @jakubrogacz6829
      @jakubrogacz6829 Před rokem

      Dunno now but used to be JetBrains soft was more RAM conservative compared to VSC ( but node probably is better now since VSC started to be fast )

  • @SamKling
    @SamKling Před rokem +5

    Big jetbrains fan, I personally use intellij for kotlin but have used webstorm before and also preferred it over other editors.

  • @jmnoob1337
    @jmnoob1337 Před rokem +7

    I fell in love with vim keybinds. Used them in vs-code for a few months before someone showed me a vim config and that got me into using actual (neo)vim with custom configs. Then I spent tons of time perfecting my config. And I still don't quite like it.
    I love that there is always more to learn with Vim, I could probably learn a new keybind every week for a long while. But customization does kinda get out of hand, with so many ways of setting up the editor.

    • @YourAverageTechBro
      @YourAverageTechBro  Před rokem +1

      10000000% I feel this. Customization is a never ending cycle and just would always want to tweak something. Cognitive load got way too high for me lol

    • @-Engineering01-
      @-Engineering01- Před rokem +3

      The real problem is: lot of us don't have tons of free time to customize *vim. always turn on my PC, do my 9-5 work then power off it.

    • @greyhound1982
      @greyhound1982 Před 3 měsíci

      @YourAverageTechBro the higher barrier for VIM is the main culprit for a person like me working in research projects. For me i dedicate my free time learning math

  • @mondstyles9345
    @mondstyles9345 Před 4 měsíci

    Hi My Bro
    what is difference come in visual studio and apache NetBeans,
    Is that enough apache NetBeans in programming...?

    • @robby3467
      @robby3467 Před měsícem

      VSCode or Visual Studio?

  • @patrickren7395
    @patrickren7395 Před rokem +10

    I agree with all your points. But VS code is so universal that knowing it's shortcut keys is just convenient. Places like Codesandbox, Typescript playground all support vs code key bindings out of the box. Things like Cmd + Shift + K will delete a line of code, Alt + Arrow will move line around, etc.
    As for plugins I think they are fine, vs code will sync settings/plugins by default as long as you use the same account.
    I do miss the freedom of using vim though.

  • @thebluriam
    @thebluriam Před 10 měsíci +2

    Pro-Tip: Absolutely every feature, warning, code analysis, keyboard shortcut, etc can be turned off or on at will. So if a specific feature like code analysis on commit is being too annoying to you, just turn it off. The option to do so is usually just one click or keyboard shortcut away.
    JetBrains IDEs are insanely customizable but no one talks about that. I don't know why.

    • @andrewmakenzi
      @andrewmakenzi Před 9 měsíci +1

      maybe coz they are nott free? free editors have always won, even back in the sublime days Jetbrains was still as good as it is today

    • @thebluriam
      @thebluriam Před 9 měsíci

      @@andrewmakenzi Arguing that free editors are somehow better because they're free is like arguing that slavery is better because it's free labor.
      You get what you pay for. If you want the best you have to pay for it. If you don't pay for it one way, it's going to cost you in others.
      If you think JetBrains IDEs were as good as they are today, you either weren't using them back then, or you haven't been using the newest versions today. I've been using their IDEs for almost 15 years and they are better today than they were back then on every dimension, in every way.
      Writing code in Sublime Text is like trying to cook a meal for yourself with an ezbake oven while you have a tea party with dolly; it's for children, stunting their growth, all text editors are.

  • @JustBCWi
    @JustBCWi Před 8 měsíci +5

    You're moving to a $150/year subscription because you don't want to think about your editor? I've used VSCode for a few years now. Apart from setting the theme, font and a couple other things, I rarely---if ever---adjust the settings. Only if a default is patently annoying, which is rare. Did they comp you for this product placement?

  • @keithlancaster5489
    @keithlancaster5489 Před rokem

    I used JetBrains IDEs for years. The support for elixir the last time I checked was not great, so I am using Doom Emacs (viper mode) atm. May need to load up IntelliJ again and see if things have improved.

  • @conradtaylor29
    @conradtaylor29 Před rokem +3

    I'm definitely huge fan of Emacs/XEmacs and I never enjoyed the vim experience. Thus, Emacs/XEmacs one that battle for me because I can use many of the key-bindings within macOS out of the box. Next, I have used and paid for Jetbrains Rubymine in the past. However, I didn't like the load/startup times for Jetbrains IDE but the refactoring and git integration were absolutely great. Also, I didn't feel that Jetbrains were listening to their customers regarding new features. I have Jetbrains IDEA installed for my occasional Scala/Java development. Finally, these days I'm using VSCode for frontend/backend Elixir/Phoenix/Docker/K8s code development and Xcode for frontend Swift/SwiftUI development.

  • @ClintBaxley
    @ClintBaxley Před rokem

    I use all of the Idea editors. I have the full subscription for all products. I was a huge fan of vim but got pushed into the idea editors and now I have trouble going back. Especially for debugging.

  • @Sabourifar
    @Sabourifar Před 10 měsíci +144

    PURE BS, He just got a sponsorship from Webstorm and is just talking nonsense and I didn't hear a solid reason!

    • @rickvian
      @rickvian Před 5 měsíci

      i used both, it jetbrains IDEs are good, i use vscode again just because its free

    • @dcpowered
      @dcpowered Před 4 měsíci +13

      Makes sense. Too bad, without full disclosure, he just lost all credibility. I was actually enjoying his videos... until now.

    • @aftalavera
      @aftalavera Před 4 měsíci +3

      If you like to be part of the empire enjoy it and leave everybody else be free!

    • @euphoniumist
      @euphoniumist Před 4 měsíci +8

      Yeah isn’t he supposed to say that he is sponsored??

    • @ScrotoTBaggins
      @ScrotoTBaggins Před 4 měsíci +1

      U mad bro

  • @ChrisWrightGuitar
    @ChrisWrightGuitar Před rokem +1

    I stopped using JetBrains solely because you can't open the same folder in multiple variants of their editors, e.g. CLion and Pycharm, without them messing with each other's configs and breaking everything. Do kinda miss them but for multi-language projects, I'll take some speed bumps here and there to have one view of everything. There's an issue on the JetBrains tracker for this but it's been open for eons...

  • @saurabhjainwal4604
    @saurabhjainwal4604 Před 11 měsíci +5

    With my experience I can say for sure, that people like him change font/coding-environment/themes. Almost every week/month.
    Don't focus on this find one thing stick with it. Sure you should check out new things no issues there, but if you are a professional and part of team it's better to stick with what's decided by the team.

  • @JenuelDev
    @JenuelDev Před rokem

    I also started using jetbrains products,, all the words you said are true.. it basically setsup everything for me, and I dont have to spend time setting up my editor, instead focus more on work.

  • @richardwanisch6019
    @richardwanisch6019 Před 3 měsíci

    the color thingy: that's probably rainbow parenthesis - really helps reading expressions and structures

  • @cbbcbb6803
    @cbbcbb6803 Před rokem

    An editor or IDE *must* start up in insert mode. That is "make or break" requirement. The initial open doesn't have to be insert mode, but, if not, I require an permanent and easy reset the depault mode to open into insert mode.

  • @Tech_Code127-76
    @Tech_Code127-76 Před rokem

    Can you autosave files like you can on vs code by going to File>Autosave?
    That will be very helpful

    • @skewty
      @skewty Před rokem

      Files are auto-saved by default in JetBrains IDEs like WebStorm. It has several options around auto-save in Settings as well.

  • @yourlinuxguy
    @yourlinuxguy Před rokem

    Man, What a video. Nice with all your reactions.

  • @charlyyshell
    @charlyyshell Před 7 měsíci

    About the settings, you can sync them in the cloud when you login.

  • @simonkraemer3725
    @simonkraemer3725 Před rokem +5

    I went back and forth with VSCode and Webstorm and I guess I‘ll stick with Webstorm because of it‘s convenience. The code-completion is very good and I haven’t found a way to replicate the git experience of Webstorm in VSCode - even tools like gitlense can‘t beat it for me.
    What’s really annoying is the fact that it doesn’t support the German keyboard layout, you need to install an extension to map key to the English layout, which means that if I want to comment out code I need to press CMD+= because there’s no native / key. Every other Editor has native keybindings, that’s very lazy of Jetbrains. Also I don’t find the keyboard shortcuts not so intuitive like in vscode. Cmd+P did almost anything, jetbrains doesn‘t have that. And I miss some extensions. But otherwise good IDE

  • @jongeduard
    @jongeduard Před rokem +1

    Yep. I very often hear very positive opinions about the JetBrains IntelliJ IDE stuff. But it's also very expensive. For C# and DotNet there is Rider. I develop in C# at work, however still just use Visual Studio.
    For everything else I use VS Code and Notepad++ under Windows, and VSCodium on Linux as well.
    However I am currently exploring VIM a bit, because of it's very special way of using the keyboard, which is ergonomic and might be the better way to do things.
    Most of those other editors have extensions for VIM key bindings as well. Maybe I am going to try that.

  • @BigSouthProductions
    @BigSouthProductions Před 10 měsíci

    I use IntelliJ for work. Most, if not all, the JetBrains IDEs are HIGHLY customizable. If there's something you don't like about it, there's probably a way to change it.

  • @MegaJohn144
    @MegaJohn144 Před 7 měsíci +1

    I've been using Sublime Text for the past couple of years. I tried PyCharm, Code, Atom, and a bunch of other editors for Python. I even tried Webstorm. It is a great editor, but I am retired and only write code for my own amazement and amusement and I don't want to pay for it. I am writing an app in Flask, and I need something better suited to Python, HTML, JS, and CSS. I am warming up to VC Code, again, and it's looking better and better.

  • @ElinLiu0823
    @ElinLiu0823 Před rokem

    From college anda now university(yeah,upgrade exam passed).My major te is never changed,is vscode,cause a lots of good plug in to hold my entire Learning flow,including Python, C++,Rust,Web Development,even CUDA.
    Even remote development like SSH and WSL or container.
    I love vscode and i will never change it,buttta have fun to enjoy coding at a new env also a great and challenge thing,wasn't it?

  • @baileyburnsed4352
    @baileyburnsed4352 Před 11 měsíci

    Have you tryed Neovim?

  • @ouhoy
    @ouhoy Před rokem +1

    I switched to webstorm and pycharm IDEs and from there I couldn’t switch back to vs code for so many reasons

  • @iulianbojinca7309
    @iulianbojinca7309 Před 7 měsíci

    I actually like the Jetbrains UI much more. Somehow the containers have this isolated feel to them. There are little details, of minor shadows, border colors, fonts, etc. In some regards I got the same feeling from Sublime also, but in VSCode (I'm forced to work in this on my current project), even though I could set it up pretty easy to work like WebStorm, the UI feels like a mess. It's like a big newspaper with all these containers and really hard to switch focus between them as they flow into each other too smoothly. I never understood this 100% race on "nice looks" concept for my editor. It has to be practical too, not just beautiful.

  • @devjohncarlo
    @devjohncarlo Před 6 měsíci

    Every IDE has its own pros and cons but the reason I choose IntelliJ is I'm an Android developer so when I go to web development the experience is the same.
    The feature the most i really like in IntelliJ Idea is you can open a code with the specific commit without switching your current code

  • @TakeOnMe5
    @TakeOnMe5 Před 11 měsíci +1

    4:10 you can just disable it by right clicking and disabling it. It's one of the first things I do after a fresh install of webstorm or intellij.

  • @esra_erimez
    @esra_erimez Před rokem

    Great video. Thanks!

  • @user-sh5qp6uu1e
    @user-sh5qp6uu1e Před rokem +1

    The Webstorm auto refactoring feature just sold it to me instantly :D

  • @PiterP500-kl4lc
    @PiterP500-kl4lc Před 7 měsíci

    In VS Code now you can log in and save all configurations (plugins etc), and if you install new instance somewhere - you can sync anything. So maybe switch again to VS Code?

  • @photorealm
    @photorealm Před 9 měsíci

    I will stay with VS for my current use cases, but good to know what's out there.

  • @ArnaldurBjarnason
    @ArnaldurBjarnason Před rokem

    I have a pretty involved emacs config called doom which I have customized a little bit. I chose it to avoid too much hacking. I couldn't just use WebStorm because I don't exclusively do webdev. Doom emacs gives me a consistent (although more limited) toolkit to code in any stack.

  • @ocean3323
    @ocean3323 Před 11 měsíci

    Isn't it just eslint with enabled all checks? I use we storm and helix for my daily development.

  • @Tech_Code127-76
    @Tech_Code127-76 Před rokem +1

    Oh and vs code is a code editor, webstorm is an IDE code editors and IDEs are different IDEs give everything out of the box and code editors give well only a place to edit things and a place to view files + tabs!

  • @fa6805
    @fa6805 Před 8 měsíci

    Well in VS Code, I had to install various plugins just to get the same experience I get when using Jetbrains IDE. One annoying problem is when these extensions start conflicting with each other like shortcuts suddenly stop working because another extension has the same shortcut or Prettier suddenly is not formatting the way it used to because the other extension messes with it. Sometimes you can fix the issue in the settings but sometimes not. Also it happens on multiple occasions where my global user snippets disappear when on a different workspace even though it worked on multiple different workspaces before. On the other hand, I like Jetbrains being opinionated. Sometimes it would hint at me that my code can be refactored. Like nothing better when your few lines of code can be refactored into something like "!!variable" or when selecting an element and it tells me that it's not performance efficient with the way I'm doing it and suggests a better way.
    Edit: One thing I like most with jetbrains IDEs is the Intellisense. It just does it way better. With VS code, you had to install an extension and even the extension is just lacking (in the case of PHP).

  • @rodnik96
    @rodnik96 Před rokem +3

    Thanks a lot for the subtitles! I need it very much! I am deaf and want to become a developer. Your videos are very cool!😇

  • @BrianOSheaPlus
    @BrianOSheaPlus Před rokem +3

    I stopped being an emacs diehard some time around 1994 and switched to vi. In between 1994 and now, I went through vi, vim, Eclipse, Atom, and PyCharm. For my current day job I primarily use IntelliJ with the vim plugin. I see a lot of IntelliJ in your demo of WebStorm. I could see giving it a try.
    For personal projects I mostly use VS Code with the vim plugin, and occasionally just good old vim. I'll never leave you, vim!

    • @monad_tcp
      @monad_tcp Před rokem

      The problem with VI is that its over rated , and mostly the result of the "Church of C", as the C2 guys would say.
      It's just retarded to use VI bindings which were for a PDP on a PC.
      MS-DOS QBASIC is the text editor that everything should have been based.
      But microsoft failed us by not creating a decent thing and created freaking "notepad" bullshit.
      At least all IDEs since Visual Basic 1.0 follow the CORRECT key bindings , which is not the VI ones.
      VI is just archaic and it doesn't make anyone a better programmer (well it doesn't even matter as you spend more time reading code than writing )
      If using archaic things is good, then I'm going to use EDLIN , a line editor in a literal Teletype .
      Can you imagine that , thing mechanical keyboards are noise, I'm going to bring my teletype , watch me.
      Then I can be archaic enough.
      In truth, nano is good enough to edit the files in /etc . Which you shouldn't be doing in 2023 because you should use Puppet or something instead.
      But when I want to be fancy. I install fte-terminal

    • @monad_tcp
      @monad_tcp Před rokem

      Im a simple guy like Bisqwuit , I just wanted QBasic to be my IDE.
      I'm never going to leave QBasic .

    • @BrianOSheaPlus
      @BrianOSheaPlus Před rokem

      @@monad_tcp the value of vi is not in the fact that it was designed for old Unix terminals, it is in the economy of keystrokes to do very powerful things. If you don't use vi, that's fine. But don't discount it as archaic just because you don't appreciate it's power. There is no objectively correct set of key bindings, only key bindings that are useful to each individual developer.

    • @monad_tcp
      @monad_tcp Před rokem

      @@BrianOSheaPlus I don't think manually indexing characters and doing things to them is powerful, what is so powerful that can't be executed by macros bound to chords ? I'm also a regex ninja when I need to edit text in bulk, I have no difficulty on anything that supports PCRE . I consider the way you move the cursor on vim to be archaic for that reason. I don't find it enticing to have the two layered keyboard, I prefer to use a chorded system "of menus" instead

    • @BrianOSheaPlus
      @BrianOSheaPlus Před rokem +1

      @@monad_tcp if you think the power of vim is limited to "manually indexing characters" then you only know a tiny fraction of what vim is capable of.

  • @edwardbrosens
    @edwardbrosens Před 8 měsíci

    Also: Local History always has your back!
    And don't forget the "compare files" option to do a side by side diff.

  • @grim.reaper
    @grim.reaper Před 10 měsíci

    Swe projects link is not working 🥺

  • @nopainnogame9897
    @nopainnogame9897 Před 10 měsíci

    hello everyone. Can anyone suggest a good teaching material for Tailwind?

  • @gfunkonthecheesetree
    @gfunkonthecheesetree Před 4 měsíci

    Already had WebStorm but gave VSCode a try for a day to see if I could make the switch. Nope, it was frustrating, instantly went back to WS. WebStorm is fire and with the recent updates the UI is slick.

  • @whatislovebutonelonggame5406
    @whatislovebutonelonggame5406 Před 5 měsíci +1

    switch to Vim is your best free Option, it never goes out of fashion

  • @andynn6691
    @andynn6691 Před rokem +3

    I love the full text search index. Instant search results is so useful. I pity those using tools like VS Code, Eclipse or whatever where searching crawls through all the files every time you search.

  • @hardbrocklife
    @hardbrocklife Před 11 měsíci +1

    They have a loyalty discount for their product's. I bought most of the products really cheap off humble bundled initially, and only had to pay tje difference to get the rest. Now I believe I pay 150$ a year with a 40% loyalty discount, and that discount increases over time. I love that. I learned how to code in in their free community edition IDEs, and wanted to grow into the jetbrains ecosystem. I also wanted to be free if any dependecy on the ethics violation that is Microsoft lol.

  • @randolphcarter8283
    @randolphcarter8283 Před rokem

    I recommend a good extensions, material ui, material icons, rainbows indents

  • @pafauk361
    @pafauk361 Před rokem +1

    About the local try/catch, I guess the editor complains because if you catch an error thrown locally, this means you know exactly what to do locally, so instead of throwing an error, just execute the code? I guess. You can probably find more searching for "why not use exceptions for control flow". E.g. this might result in poor code optimisation. I mean, it's effectively a goto. Also, t's just an editor suggestion, free-ish to ignore. You can either disable all intentions in options, or just press the keys the IDE is telling you to press and disable inspection for a specific line of code/function.

  • @k-r6465
    @k-r6465 Před 11 měsíci

    ok i am going to try it thanks

  • @rebelshadowrm
    @rebelshadowrm Před 8 měsíci +1

    I had the same discovery a few years ago when I got InteliJ ultimate free annually on the github student dev pack. I was working with Vue at the moment, and was diehard on VScode, but some of the features that jetbrains had I simply couldn't figure out how to configure in VScode. The number one being something that you demonstrated partially with the tailwind support, but simply the fact that you could type something like "var(-" and see the entire variable list from your css files while inside the scoped component styles. I've tried to figure out how to do this on VScode after, but ultimately failed... (not smart enough, I guess?) it was such a nice feature. Also Vue support is simply better, VScode has 2 different conflicting plugins for vue2 vs vue3.

  • @lostcarpark
    @lostcarpark Před rokem +2

    I'm currently doing a lot of PHP development. I've been using PHPStorm on my desktop and VSCode on my laptop. There are some things I like about each of them, though VSCode definitely takes more time to get the setup just right. Eventually I'll need to commit to one, but I haven't decided which yet.

    • @Denvercoder
      @Denvercoder Před rokem +2

      If you get your VSCode the way you want just use Setting Sync to save it. Then when you move to a new machine you just import your settings.

  • @becayebalde3820
    @becayebalde3820 Před rokem +1

    I love WebStorm, PyCharm, PhpStorm
    But man, I still use VS code. It's just so versatile and fast

  • @chandraprakash-yp7cr
    @chandraprakash-yp7cr Před 9 měsíci +1

    Agree with you, webstorm is really good. I've always felt the experience much richer in webstorm compared to vscode.

  • @rj7855
    @rj7855 Před 11 měsíci +1

    I used jetbrains IDE for 6 years last year I switched to........ Vs code and never looked back.

  • @ruadeil_zabelin
    @ruadeil_zabelin Před rokem +1

    I absolutely hate it when my IDE starts interfering with my GIT repo. I hate it even more when you seamingly can't turn it off without diving deep in the settings. I use git gui; the default standard gitk based ui. That's all I need. I don't want my ide to mess with it.

  • @AlessandroBangau
    @AlessandroBangau Před 5 měsíci

    those are local changes compared to git, while the yellow highlighting defines opening and closing HTML elements

  • @Denvercoder
    @Denvercoder Před rokem +3

    “Tech Bro discovers WebStorm in 2023.” 😂

  • @re_ovo232
    @re_ovo232 Před 11 měsíci +21

    To me, VSCode feels more like something between an editor and an IDE. You can accomplish a lot with plugins, but these plugins are often developed by different people with varying levels of expertise, which results in a less than ideal user experience when they are used together. However, Jetbrains' IDE solves this issue. As a commercial IDE that's ready to use out of the box, it always has everything set up for you. The core functionalities are usually developed by the official team and are designed to work together seamlessly, with very little need for third-party plugins for core features.

    • @jeffreyhunter4115
      @jeffreyhunter4115 Před 6 měsíci

      My thoughts exactly. I am still currently using VSCode; however, this may change in 2024! I'm too heads down now in a coding project at the moment and not ready to make a switch. Thanks for sharing.

    • @BrandyBalloon
      @BrandyBalloon Před 4 měsíci

      Agreed. VSCode seems to be becoming a big mess and has lost sight of it's original purpose.

  • @exploringcs7484
    @exploringcs7484 Před 11 měsíci +4

    Finally, you are promoted into being a software engineer. This is the true form of programming! Congrats! Now you can do really cool stuffs! :D

  • @sayatraykulov6225
    @sayatraykulov6225 Před rokem

    As a student that has free student licence to all jetbrains products and experienced for 4 years lots of them i can say that both vscode and webstorm are great for webdev. But in case you want to develop other languages vscode is not a good option. In my experience i used both vscode and pycharm for python. In vscode i couldn't import python packages that already installed with pip. Millions of times i installed them again without success. In pycharm, there is no problem with python packages that installed by pip.

  • @vincentb.8743
    @vincentb.8743 Před 3 měsíci +1

    Nooo ... WebStorm gets really heavy when projects start getting bigger !!

  • @momoh7888
    @momoh7888 Před 10 měsíci +1

    Yeah i am using webstorm since 2016 until now, and this is the best IDE text editor for me. With WS u just coding and coding, not needed wasting time for configuration 😊😊😊

  • @hansuu
    @hansuu Před rokem +2

    Jetbrain Family : im good IDE
    VScode : im free

  • @wasimpatel2618
    @wasimpatel2618 Před 9 měsíci

    What's the problem with vim?

  • @pullrequest1481
    @pullrequest1481 Před rokem +1

    I've tried it before and it eats my battery too fast compared to vscode. So o switch back to vscode

  • @CeresOutpost
    @CeresOutpost Před rokem

    Eh - if all you need is Webstorm, then right on. I used PHPStorm for years, but I code in multiple languages these days, so I moved on to something more flexible - VS Code. I'm also using Copilot and waiting for all the new Copilot-X features.

  • @BneiAnusim
    @BneiAnusim Před rokem +2

    I use PHPStorm and there are a few things that annoy me, but lately, it's been VERY slow. The feature I like the most is the shortcodes. One thing I hate about it is for eg. PHPStorm has plugins like Laravel Idea that really should be a feature of it, PHPStorm is an IDE, not a bloody code editor. But anyway, I alternate the use of PHPStorm and VSCode.

    • @aleejunaid
      @aleejunaid Před rokem

      Yes, and these JetBrains products are incredibly slow for big code bases ...

  • @donwinston
    @donwinston Před 5 měsíci

    I gave up Eclipse for VSCode primarily because I no longer code in Java. I think it is great. Even if I get another Java project I’ll continue to use it.

  • @shitalsapkota1920
    @shitalsapkota1920 Před rokem +1

    Simple questions why should we pay when you get free version vs code

  • @disco.lemonade
    @disco.lemonade Před rokem +1

    Jetbrain IDEs are like... Like Steve Jobs used to say, "they work like magic". Once you use a Jetbrain IDE is very hard to go back to others.

  • @nopiece3733
    @nopiece3733 Před rokem +3

    I was convinced that PyCharm is the example of an IDE. It was very long time ago (approximately 5 years). Since then I’ve tried VSCode, Vim, Emacs.
    Now I’m a full time Doom Emacs user. The main reason is resource usage difference. PyCharm on start used nearly 2 gigabytes of RAM, meanwhile Emacs usage is close to 300 megabytes.
    For me Doom Emacs is the best of both worlds: if you want you may customise it for your liking, or just minimally configure for job use.
    I’m constantly using Emacs for over the past three years, and have no plans switching to something else.
    At the end of the day, it’s all about personal preference.

  • @ce9916
    @ce9916 Před rokem

    JetBrains create IDEs and offers support. VSCode is a near-IDE programming editor without support. JB offers lots of code insights and on the fly refactoring suggestions that make it easier to work on nontrivial codebases. For fun coding I used heavily customizable EmEditor. VSCode falls in the middle. Not as “intelligent” as JB and not address fun / scriptable as EE. But I’m glad it’s there as an option, if only to keep competitors on their toes

  • @yolamontalvan9502
    @yolamontalvan9502 Před rokem +1

    I will look at it but I’m sure it is another one of those cool IDEs that have everything except what I want.

  • @SounakRanjanDas
    @SounakRanjanDas Před 6 měsíci

    So webstorm is just for Javascript. I'll take a look when they can do C/C++

  • @Antoshkiv1
    @Antoshkiv1 Před 7 měsíci

    I tried to switch to vs code a few times but after that, I realized that webstorm is much better
    I especially like that feature with unused class methods or unused code in the large project it helps me a lot to refactor some old code.
    And the killer feature is the git conflict resolver it is just better than in vs code.
    What I don't like in webstorm is the themes. It is hard to find a nice one

  • @kashboyflexn2440
    @kashboyflexn2440 Před rokem +1

    Your Average Tech Bro: Webstorm better
    VS Code: bet..
    VS Code: now we got everything Webstorm has

  • @arkalpha2x
    @arkalpha2x Před 8 měsíci +2

    VIM all day everyday, from day one. No one can show me anything better than VIM.

    • @ole7138
      @ole7138 Před 6 měsíci

      You are a smart man

  • @eskomo34
    @eskomo34 Před rokem +1

    How much are they paying you?

  • @wisdom6739
    @wisdom6739 Před rokem

    Hello, Very good choice, when I need to try some stuff I use VSCode but for developing, no blabla straight to Webstorm !

  • @StokerGamer
    @StokerGamer Před rokem

    The intro to the video almost sounds like an ad read and I see a bunch of dislikes but no negative comments, so even watching the video i have no clue why. My brain needs context.

  • @japhethjay4880
    @japhethjay4880 Před rokem

    Well the one thing is I just love to enjoy the best of all worlds, the only thing I'll stay true to will be adding my vim keybindings to most things, yes its not a 100% vim editor, but am glad to have maybe 85% vim and get all the other benefits of another text editor or IDE.