ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Best Text Editor For Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ส.ค. 2024

ความคิดเห็น • 1.4K

  • @axu6207
    @axu6207 3 ปีที่แล้ว +1455

    I like editing my files by throat singing the binary straight through the microphone. Anyone else?

    • @linxuser897
      @linxuser897 3 ปีที่แล้ว +53

      yeah I can work from literally anywhere

    • @adagas-caouchristian7875
      @adagas-caouchristian7875 3 ปีที่แล้ว +56

      Indeed, the energy provided by the ancestral mongolian steppes guides me during the input of every single instruction.

    • @yablablaable
      @yablablaable 3 ปีที่แล้ว +7

      Amazing comment, thanks for the laugh

    • @OndrejPopp
      @OndrejPopp 3 ปีที่แล้ว +17

      Man... you old-fashioned! 👨‍💻 I use a brain wave interpreter, you think it and it appears on the screen! See also here : th-cam.com/video/s6c3R3UBeLw/w-d-xo.html

    • @sumantyavatkar4636
      @sumantyavatkar4636 3 ปีที่แล้ว

      lmaoo good one

  • @xsticcyds5459
    @xsticcyds5459 3 ปีที่แล้ว +396

    "If you like me, then you may have just started out writing code with whatever text editor or IDE your teacher used."
    My teacher: Notepad

    • @suctac
      @suctac 3 ปีที่แล้ว +5

      My teacher used in-browser editor (website) to teach us fricking python. Like who teaches python, on the first day, in a BROWSER

    • @nootics
      @nootics 3 ปีที่แล้ว +2

      @@suctac my university has a in browser mini IDE with the ace browser based text editor as its base

    • @vyrsh0
      @vyrsh0 3 ปีที่แล้ว +22

      @@suctac nope its actually a really good decision, s/he doesnt want to waste students and her time, trying to get everyone to install python3, some ide from some website, especially since its the first day for students, let them get comfortable.

    • @jo971000
      @jo971000 2 ปีที่แล้ว +2

      @@suctac python its actually good to be the first programming language

    • @ericliume
      @ericliume 2 ปีที่แล้ว +4

      Python shouldn't be the first programing language for anybody, but it should be the first utility language you should learn together with your first programing language.

  • @briandesign
    @briandesign 3 ปีที่แล้ว +1949

    who's part of the vscode squad?

  • @sidtrip_
    @sidtrip_ 3 ปีที่แล้ว +527

    waiting for the vim and emacs users to arrive...

  • @user-rx6kq8so6n
    @user-rx6kq8so6n 3 ปีที่แล้ว +91

    My editors/IDE - >
    For python - Pycharm
    For Web development- VS code
    For android app development- Android Studio

    • @lars1597
      @lars1597 3 ปีที่แล้ว +6

      web development webstorm lol

    • @twb0109
      @twb0109 3 ปีที่แล้ว +1

      Those are not editors though, only VS Code

    • @jarrettgoh8920
      @jarrettgoh8920 3 ปีที่แล้ว

      Why does most tutorials use sublime text for python?

    • @RiZeLegiT
      @RiZeLegiT 3 ปีที่แล้ว

      pycharm is nutty imo, i switched over from vs code

    • @moomin2439
      @moomin2439 3 ปีที่แล้ว

      LegiT I switched too. It’s made a massive difference for my work, especially for managing big projects and debugging

  • @thgeremilrivera-thorsen9556
    @thgeremilrivera-thorsen9556 3 ปีที่แล้ว +156

    A great shortcut to remembering many keybindings is to understand the Vim "language" of action-movement-object, basically a "verb-preposition-object" structure or, in easier words, "do what to which bite of text".
    Easy "verbs" to remember are yank (y), put (p), change (c), delete(d)
    Easy motions to remember are around (a), inner/inside (i) , surrounding (with the plugin vim-surround, letter s), to (t/T), find (f/F), visual (v).
    Easy objects to remember are word (w/W), sentence (s), paragraph (p), plus a bunch of code objects.
    Most of these are mnemonic - the key fits with the words. Now you just need to put them together into "sentences"
    diw = Delete Inside Word (but not surrounding spaces)
    yis = yank (copy) inner sentence
    ci) = change inside parantheses
    d3w = delete next three words
    v3fe = highlight (visual) to and including the 3rd occurence of 'e' forward
    v2Tk = highlight to, but not including, the 2nd occurrence of 'k', going backwards
    It's like talking to your editor - each key sequence is a sentence.

    • @Kade_100
      @Kade_100 2 ปีที่แล้ว

      .
      .
      .
      .
      .
      .
      .
      .


      .

      .




      .

      .

    • @Kade_100
      @Kade_100 2 ปีที่แล้ว

      .
      .
      .
      .
      .
      .
      .
      .


      .

      .




      .

      .

    • @Kade_100
      @Kade_100 2 ปีที่แล้ว

      .
      .
      .
      .
      .
      .
      .
      .


      .

      .




      .

      .

    • @Kade_100
      @Kade_100 2 ปีที่แล้ว

      .
      .
      .
      .
      .
      .
      .
      .


      .

      .




      .

      .

    • @Kade_100
      @Kade_100 2 ปีที่แล้ว

      .
      .
      .
      .
      .
      .
      .
      .


      .

      .




      .

      .

  • @rx2316
    @rx2316 3 ปีที่แล้ว +376

    It's maybe a matter of preferences but nothing is like VS Code

    • @harshitchaudhary6166
      @harshitchaudhary6166 3 ปีที่แล้ว +9

      Right

    • @prshendra
      @prshendra 3 ปีที่แล้ว +33

      Yeah vscode "just works".
      Free and open source. With tons of awesome plugins.

    • @coolboyssk
      @coolboyssk 3 ปีที่แล้ว +36

      @@prshendra vscode is not fully open source it's build on open source. Codium is open source version of vscode.

    • @coolboyssk
      @coolboyssk 3 ปีที่แล้ว +1

      @@prshendra Yup👍

    • @ImTheDot
      @ImTheDot 3 ปีที่แล้ว

      Agree

  • @samwebb585
    @samwebb585 3 ปีที่แล้ว +29

    I use Atom, mainly because I like the interface and the fact I can open a second pane to the right if I'm comparing or shamelessly plagiarising code. The fact I can select what language I'm working in and it gives me pointers and autofill on variables / functions in that language is a huge time saver.

    • @kyles9723
      @kyles9723 2 ปีที่แล้ว +5

      I used this for the same reason, then discovered that VS code had a lot of the same capabilities, plus a lot of really good plugin's that atom didn't offer (at least at the time of me switching over), and I never turned back. The perks I really liked over atom were mainly the Docker/Kubernetes/Jupyter Notebook plugin's, so it wouldn't be a reason for everyone, but I ended up liking VS Code all around much more than Atom (I also kept running into stability issues with atom, so that played a factor).

    • @mr.return7361
      @mr.return7361 2 ปีที่แล้ว

      Same reasons man🙂 Espesially i love how its live previeve works. Its really helful when im coding css

    • @chaosordeal294
      @chaosordeal294 11 หลายเดือนก่อน

      Don't choose by that, they all do it.

  • @wallawalla4405
    @wallawalla4405 3 ปีที่แล้ว +845

    Bill gates: The best text editor for programming is “notepad”

    • @aaryanbhurtel
      @aaryanbhurtel 3 ปีที่แล้ว +5

      how

    • @aaryanbhurtel
      @aaryanbhurtel 3 ปีที่แล้ว +4

      @@sasmitvaidya3594 thank you

    • @aaryanbhurtel
      @aaryanbhurtel 3 ปีที่แล้ว +40

      @@sasmitvaidya3594 but wait a minute I think that notepad is in windows and windows is of microsoft and microsoft is created by bill and paul

    • @UnknownUser-ud1es
      @UnknownUser-ud1es 3 ปีที่แล้ว +18

      I believe it still is if you want to learn any language from scratch. I still use it for quick fixes till this date.

    • @calvin-marvellous
      @calvin-marvellous 3 ปีที่แล้ว +1

      @@aaryanbhurtel wow thats true

  • @nishita3084
    @nishita3084 3 ปีที่แล้ว +511

    Unrelated, but can we get a sneak peek into your haircare routine lol

  • @ericliume
    @ericliume 2 ปีที่แล้ว +138

    Other editors are for sure capable of doing editing, but VS Code is like a universe with infinite possibilities.

    • @MasterHigure
      @MasterHigure 2 ปีที่แล้ว +10

      And Vim isn't? With documentation longer than all of the Lord of the Rings trilogy just for the base program, and great plugin extensibility.

    • @iii-ei5cv
      @iii-ei5cv 2 ปีที่แล้ว +11

      VSCode? Lmao
      try Emacs

    • @developer2
      @developer2 2 ปีที่แล้ว +5

      @@MasterHigure vim is great, it's just so unappealing given the first video some people saw on it (including me) was a tutorial on how to exit the damn thing

    • @MasterHigure
      @MasterHigure 2 ปีที่แล้ว +3

      @@developer2 It has learning curve like hell, I'll give you that. But now I find myself typing :w in other programs when I want to save.

    • @heathbruce9928
      @heathbruce9928 2 ปีที่แล้ว

      Then you can upgrade again to Jet brains

  • @yesido2668
    @yesido2668 3 ปีที่แล้ว +49

    hey, i respect you, you are the youtuber who isn't just a youtuber, your work is qualitative, you don't just make videos, it is clear that this is your passion and tbh, when i watch your videos i get more attracted to coding and i feel very cool with that. Good job!

  • @carlostypes3942
    @carlostypes3942 3 ปีที่แล้ว +32

    The two text editor thing is pretty spot on and I never really thought about it until now, Atom + Gedit are my go to. I tried out VS Code a couple of years but I think my laptop is too potato to run a text editor that's that heavy while also running all my other web dev stuff.

  • @codeabhi8452
    @codeabhi8452 3 ปีที่แล้ว +158

    East or west visual studio is best.

    • @Hallden_
      @Hallden_  3 ปีที่แล้ว +16

      Haha nice

    • @noah77
      @noah77 3 ปีที่แล้ว +20

      Visual studio code *

    • @saibalaji4713
      @saibalaji4713 3 ปีที่แล้ว +4

      Code...

    • @hungerfan552
      @hungerfan552 3 ปีที่แล้ว +4

      Except for java

    • @yashjaiswal2335
      @yashjaiswal2335 3 ปีที่แล้ว +1

      Couldn't agree more

  • @Alfrednohike9909
    @Alfrednohike9909 3 ปีที่แล้ว +27

    Kate in Manjaro and KDE distros is unparalleled, just uncharted by many developers

    • @Nikifuj908
      @Nikifuj908 3 ปีที่แล้ว +4

      SO underrated, especially in this era of memory-guzzling Electron editors like VSCode and Atom

    • @mithrillis
      @mithrillis 2 ปีที่แล้ว

      It's awesome. I think the only drawback is that my OS really hates me when I try to sudo kate

  • @techieendou8778
    @techieendou8778 3 ปีที่แล้ว +49

    Been using VS Code as my main Programming text editor and sublime as my the default text editor.
    Sometimes the smoothness and how fast sublime is really made a difference when you just want to look at that code without editing it. I love them both😍😅

  • @shock9616
    @shock9616 3 ปีที่แล้ว +26

    Personally a Sublime Text guy. I just like the simplicity of the interface and how it doesn't come with any plugins out of the box so that I can install and have what I need and nothing more. I also use neovim for my single line code changes when I'm in the command line (which is pretty often)
    Edit: As of late I've been using a combination of the two (Sublime / Neovim) using a plugin that runs a Neovim instance in the background for perfect vim "emulation" (not actually emulation since it's actually Neovim). This way I can enjoy the plugins and graphical interface of Sublime, and the fast/efficient text editing of vim. If I have a really big project then I've been using more sophisticated IDEs like PyCharm or IntelliJ

    • @vyllowtm5920
      @vyllowtm5920 2 ปีที่แล้ว

      Is Sublime Text free?

    • @shock9616
      @shock9616 2 ปีที่แล้ว +3

      @@vyllowtm5920 Technically no, but the free evaluation is fully functional and has no time limit. You will just get popups very occasionally asking you if you would like to buy it. If you don't want to buy it you can just click past it and continue as if it never happened. I never found it annoying in the 5 years since I started using it and only bought the license recently because I genuinely like the program and wanted to support the devs.

    • @marcs9451
      @marcs9451 2 ปีที่แล้ว +1

      @VyllowTM As in free beer? Yes. As in free speech? No.

    • @shock9616
      @shock9616 2 ปีที่แล้ว

      @@marcs9451 Yeah pretty much. If you are looking for an open-source, free as in freedom kind of editor, then sublime text is not for you. It does not cost money to evaluate, but it is not open source or anything.

    • @benzflynn
      @benzflynn 2 ปีที่แล้ว

      Also a Sublime Text man. It's free insofar as I haven't paid my $80 yet but had no shut-off in 2 years.
      It's faster and less likely to jam during intensive use unlike VSC. Lots of plugins for theming, file icons, code coloring, window paning, code completion, help file navigation, SASS/SCSS compilation, markdown file viewing, etc.
      Sublime Text integrates well with its sister application, Sublime Merge, which handles Git versioning of project files on an agreeable GUI. Also free.

  • @Sra4825
    @Sra4825 3 ปีที่แล้ว +31

    As a total vim head, after taking all points into considerations, I believe a new programmer should have vim as a quick fix text editor and vs code as a primary code editor. To make the learning curve a little flat for vim, and then slowly switch from VS to vim. After doing the same thing for over 6 months, I swear I can't move back to any other code editor anymore, The on;y reason why I even consider going back to VS is to handle conflicts in GIT. because I am still learning the ropes of git handling in vim.

    • @jorgerojas4402
      @jorgerojas4402 2 ปีที่แล้ว +2

      I hope you have met fugitive.

    • @randombetters1823
      @randombetters1823 2 ปีที่แล้ว

      Maybe they can use a vim extension for vscode

  • @enespinar9711
    @enespinar9711 3 ปีที่แล้ว +3

    Generally I can't understand English speaking but you're speakşng wery well and I could understand easily without subtitles.Thank you!

  • @theena
    @theena 3 ปีที่แล้ว +2

    Relative programing noob here. VSCode and Kate 4 lyf. I love Kate text editor so much it's silly, but there's nothing quite like it.

  • @TheCobviskin
    @TheCobviskin 3 ปีที่แล้ว +20

    Vim for life ❤ once u get the hang of it, u wont use any other text editor... 🔥❤

    • @nlight8769
      @nlight8769 3 ปีที่แล้ว +1

      Or at least editors with vim modes becomes a requirement ^^

    • @shreddded6403
      @shreddded6403 2 ปีที่แล้ว +1

      @@nlight8769 not the same feeling

    • @yash1152
      @yash1152 2 ปีที่แล้ว

      ever used JOE??

  • @CybrJames
    @CybrJames 3 ปีที่แล้ว +6

    This was very helpful. Thank you so much. I am also just getting started out in coding and a BS degree in CyberSecurity, and this stuff can seem simple but is very overwhelming. Once again, thank you. I love your channel. Great content.

  • @blank001
    @blank001 3 ปีที่แล้ว +2

    I just use editors base on the type of project.
    For js/ts/html Vscode
    For PHP/Go/ big projects Sublime
    For quick fixes /competitive programming/everything else vim

  • @dakyskye
    @dakyskye 3 ปีที่แล้ว +64

    Y'all missing out on (doom) Emacs :^(

    • @aethanfoot2103
      @aethanfoot2103 3 ปีที่แล้ว +1

      Yes, using it in my last year of uni. Great and powerful.

    • @suphalbhattarai5711
      @suphalbhattarai5711 3 ปีที่แล้ว +1

      Yep like vim and better

    • @user-be8oe7tw9p
      @user-be8oe7tw9p 3 ปีที่แล้ว +11

      Yep, vim for quick edits and doom emacs for projects

    • @cionheart
      @cionheart 3 ปีที่แล้ว

      I've gone through a lot of client editors through the last 20 years (currently I prefer VS Code for web and python). Emacs has been a constant for me through that 20 years when it comes to direct edits on the server or quick edits on the command line. I would never choose it as my main IDE but investing some time in emacs or vim (although I always prefered emacs because I think the key shortcuts are much more efficient) will pay back over the years easily.

    • @twb0109
      @twb0109 3 ปีที่แล้ว

      The only problem with Doom is it's slow as VS Code. Writing your own .emacs or init.el file is better imo

  • @Ryan-xq3kl
    @Ryan-xq3kl 3 ปีที่แล้ว +23

    the more text editors you use, the less chance you have of ever having a tutorial u cant follow

    • @vclass10
      @vclass10 3 ปีที่แล้ว

      i feel that

    • @aradhaymathur
      @aradhaymathur 3 ปีที่แล้ว

      But if you download every text editor your computer's drives won't let you code

    • @Ryan-xq3kl
      @Ryan-xq3kl 3 ปีที่แล้ว +1

      ​@@aradhaymathur get yourself a 1Tb ssd bro

    • @aradhaymathur
      @aradhaymathur 3 ปีที่แล้ว

      @@Ryan-xq3kl Still there won't be enough space for them as there are a billions of editors and ide and some are platfir specific so you need a emulater which will also take space. So basically its imposible unless you use a supercomputer.

    • @aradhaymathur
      @aradhaymathur 3 ปีที่แล้ว

      @LowLinK I code in terminal

  • @Fabian-_-
    @Fabian-_- 3 ปีที่แล้ว +47

    Meh, gonna stick with the Jetbrains suite, the code analysis and how the IDEs understand my code out of the box is beyond everything else.

    • @gerardobecerril8145
      @gerardobecerril8145 3 ปีที่แล้ว +3

      Give VS code or Sublime a chance. They’re so much lighter than any IDE and you don’t really need to set up an environment every time you want to write some code. It’s overkill using IDEs for a lot of stuff.

    • @hashtags_YT
      @hashtags_YT 3 ปีที่แล้ว +7

      @Anon Ah, of course, here they come.

    • @moosdeboer6469
      @moosdeboer6469 3 ปีที่แล้ว +1

      @Anon no

    • @DFPercush
      @DFPercush 3 ปีที่แล้ว

      What language are you using Jetbrains for?

    • @ikrammaududi6205
      @ikrammaududi6205 3 ปีที่แล้ว

      @Anon I use all three of them

  • @SriHarshaChilakapati
    @SriHarshaChilakapati 3 ปีที่แล้ว +1

    The problem is, comparing text editors is not an apples to apples comparison anymore. The main focus of each editor is different.
    VS Code comes from Microsoft, and their motto is that an editor should be usable for most scenarios right from the start. VS Code does exactly that. This is why it comes with Git integration and a terminal emulator built in since most people use it.
    Atom's motto is that it should be as minimal and modular as possible. By default it is just a text editor and nothing else. You have to install Git package, terminal package, syntax highlighting language definitions, the IDE package if you want to use LSP, then for each language you want, a language server. It's bare bones out of the box, but allows you to customize each and everything.
    Sublime Text and Notepad++ has the same motto. They just want to be text editors and nothing else. Although both of them offer extensions, they are pretty limited in what they can do too. However, initially Sublime Text is macOS only and Notepad++ is Windows only. Other editors like Gedit and Kwriter (Linux users will know them) and TextWrangler (a fantastic simple editor for macOS) fall in this exact category.
    Vim focuses mainly on editing. It's extremely focused on power to the advanced user. I agree that the learning curve is a bit big, and required me to spend 3 whole days just to learn the basics, but 3 years later, today I find myself editing files almost 50x faster than with other editors. It is customizable to the core, that you can configure each and every shortcut to make it feel like it's not Vim anymore. One Vim user cannot work at the same speed on someone else's Vim setup since most of us configure everything to our own liking.
    I'll add Emacs too since people frequently compare Emacs with Vim, but I'd say Emacs is not a text editor. It is a complete mini OS in itself. It even has got it's own music player, a web browser, an email client and a movie player too. It aims to be an IDE instead. And with package evil-mode, you can get Vim inside of Emacs and this is what most people does.

  • @PhanorColl
    @PhanorColl 3 ปีที่แล้ว +4

    I've been using Neo(vim) for the past 2 years, coming from VSCode, once you setup your plugins, key-bidings your good to go, I've worked on big projects without any issues or loading time, and the good thing is that have the same configuration locally and on the server, so I hace the same flow.

    • @benlennart4481
      @benlennart4481 3 ปีที่แล้ว +1

      +1 Neovim is great, especially with stuff like LSP it becomes quite close to an IDE

    • @PhanorColl
      @PhanorColl 3 ปีที่แล้ว

      @@benlennart4481 I use it with CoC and another couple of plugins and is great.

  • @GOD9494
    @GOD9494 3 ปีที่แล้ว +4

    I use VS code as the main editor. sublime to work with large files, it is easy to format data on large files. vim whenever I want to make any small changes in single files. This works great for me.

  • @mentefria98
    @mentefria98 3 ปีที่แล้ว +4

    for me, for python coding there is nothing even close to atom. So simple, bautiful and powerful.
    Also for C++ I used to code in codelite, but when you start to do something more serious you start to use more complex stuff. At work I was told to use Qt creator as a redactor for C++. I hated it at the begining, but now I don't know how I lived without it
    the fact is that you will like the editor you use to code in, while you are not forced to move to another

  • @kennymccormic7578
    @kennymccormic7578 3 ปีที่แล้ว +13

    I spent about 3-4 months learning firstly touch typing, then vim, then emacs. There were times when I wanted to give up and just use vscode, but now I cannot imagine my life without emacs. The key features of emacs: it is extremely lightweight, so opening a large project takes a fraction of a second. And it is easy to open multiple instances of emacs. It has incredible keys mechanics invented by spacemacs devs, I mean things like SPC d f pressed in sequence, which stands for "describe function". This is at least the case in my setup. And what's great - you can assign and memorize significantly more key bindings, than in conventional editor. Another great thing - you can launch emacs in terminal. There probably are unique features in vscode that emacs can't do, or does badly, but my heart belongs to emacs.

    • @NIKHIL-yl1ws
      @NIKHIL-yl1ws 2 ปีที่แล้ว

      Bro, your comment is really motivates me i am beginner and i am learning touch typing since a month ago but still doning many mistake... Sometime it seems like i can never learn touch typing 😭

    • @NIKHIL-yl1ws
      @NIKHIL-yl1ws 2 ปีที่แล้ว

      Can you suggest me some best platform for learning touch typing

    • @user-td2dq3nn2r
      @user-td2dq3nn2r 2 ปีที่แล้ว

      @@NIKHIL-yl1ws have u learned it yet?

    • @HellonearthlABB
      @HellonearthlABB ปีที่แล้ว

      @@user-td2dq3nn2r he died trying

  • @darkbyteproductions952
    @darkbyteproductions952 3 ปีที่แล้ว +2

    Jeez the quantity to quality ratio if nuts! Keep up the good work man!

  • @kaushalrijal
    @kaushalrijal 3 ปีที่แล้ว +7

    I am in love with Sublime Text

  • @ckalas
    @ckalas 3 ปีที่แล้ว +7

    sublime hits me with nostalgia

  • @frostrune
    @frostrune 3 ปีที่แล้ว +4

    Honestly I find Sublime text most usable. It is *very* ligtweight (unlike electron stuff) and has a lots of features that I find useful. VS Code leans more to IDE while Sublime is mostly an editor.

  • @bradyredding1964
    @bradyredding1964 3 ปีที่แล้ว +4

    Cool video, also, totally awesome that your starting to get more sponsors! The hard work is really paying off, keep it up!

  • @helw7
    @helw7 3 ปีที่แล้ว +6

    TextPad is a great editor for Windows. It's old but it can handle very large files (unlike almost all other editors) and it opens really very quickly. And TextPad also has a very nice macro recorder. It's been my favorite as a second editor for many years. My first editor is VS Code 😏 But I actually use both editors on a daily basis.

  • @_Amilio_
    @_Amilio_ 3 ปีที่แล้ว +10

    Atom was actually pretty decent when I played around in it. Very similar to VS Code.

  • @sayanghosh6996
    @sayanghosh6996 3 ปีที่แล้ว +1

    I use Code - OSS (Visual Studio Code without the proprietary Microsoft junk) for big projects and web development (live server + auto-reload) and vim for almost everything else (scripts, small programs, manipulating text files). I sometimes also use Kate to just view a text file while navigating through the GUI, otherwise cat is enough

  • @aer0449
    @aer0449 3 ปีที่แล้ว +5

    I really love your intro as well your content straight to the point....

  • @jimbojam8379
    @jimbojam8379 3 ปีที่แล้ว +4

    I am absolutely in love with Atom.

    • @Ecdetails
      @Ecdetails 3 ปีที่แล้ว

      Been a fan of atom for along time still using sublime tho

  • @stefantieber7805
    @stefantieber7805 3 ปีที่แล้ว +4

    Here is something that most coders don't seem to consider: Beauty. Of course, that's very subjective, but to me, Sublime Text just looks best. I love how the UI looks and feels. I love the Monokai color scheme. (I'm aware you could probably get that one on other editors as well) And it's capable of all I need. I'm fine as long as I have multicursors and configurable keyboard shortcuts. And loads of Plugins to choose from.

  • @inscrutablemungus4143
    @inscrutablemungus4143 2 ปีที่แล้ว +1

    I'm in a profession where I program in C++/fortran/python all the time. I've tried every major editor under the moon: VSCode, Atom, Sublime, you name it -- and by 'try' I mean forced myself to learn/exclusively use it for weeks.
    I am not as fast/productive on any of those as I am in (heavily customized) vim. Emacs is a close second -- and org-mode is humanity's greatest invention.

  • @nicolasmiller1915
    @nicolasmiller1915 3 ปีที่แล้ว +1

    Fzf for vim and you have the file navigation solved! Just map it to C-P. Vim is worth learning, not as hard as it seems. For people getting started, get the plug-in for vscode :)

  • @milkiasyeheyis5407
    @milkiasyeheyis5407 3 ปีที่แล้ว +35

    I dont know how speed was sublime instead of vim

    • @milkiasyeheyis5407
      @milkiasyeheyis5407 3 ปีที่แล้ว +5

      @Chop Sticks thats the stupidest thought I've ever heard. Its available on linux, mac and windows

    • @c4g3dB34st
      @c4g3dB34st 3 ปีที่แล้ว

      @Chop Sticks vim is available everywhere lol tf u talking about

    • @neoney
      @neoney 3 ปีที่แล้ว

      @Chop Sticks Vim is available for many systems: AmigaOS, Atari MiNT, BeOS, DOS,
      MacOS, NextStep, OS/2, OSF, RiscOS, SGI, UNIX, VMS, Win16 + Win32
      (Windows95/98/00/NT) - and especially FreeBSD and Linux. :-)
      It’s open source.
      First release of vim was in 1991, in 1992 it was ported to Unix.

  • @PranjalGovekar
    @PranjalGovekar 3 ปีที่แล้ว +3

    I liked to used VS Code for main project where Notepad++ for small or quick changes since right clicking on the file gives option to "Edit with Notepad++" 😁

  • @emmasvensson160
    @emmasvensson160 ปีที่แล้ว

    tack kalle! vilka bra videos du gör! har precis börjat att koda, helt ny :D /Emma

  • @david_galaxy_209
    @david_galaxy_209 3 ปีที่แล้ว +2

    I use nano as my quick switch / fix editor.
    Just open up terminal type
    nano
    and boom opened

  • @domzymonz
    @domzymonz 3 ปีที่แล้ว +26

    When you just installed kite, and the first video you watch has kite as the sponsor:
    Me:....... Well.... It's a coincidence..

    • @ericktorres9791
      @ericktorres9791 3 ปีที่แล้ว

      dont use kite

    • @domzymonz
      @domzymonz 3 ปีที่แล้ว

      @@ericktorres9791 Why?

    • @bryanltobing
      @bryanltobing 3 ปีที่แล้ว

      @@ericktorres9791 why ?

    • @louzynerd129
      @louzynerd129 3 ปีที่แล้ว

      what's better for web dev, visual studio or visual studio code? and is there really a big difference between the two?

    • @himanshushukla6451
      @himanshushukla6451 3 ปีที่แล้ว +2

      @@louzynerd129 vs code will be better as visual studio tends to be really slow for me atleast

  • @lian1238
    @lian1238 3 ปีที่แล้ว +5

    I learned vim to prevent RSI in my shoulder. Now I have RSI in my fingers. lol

    • @lian1238
      @lian1238 3 ปีที่แล้ว

      @FichDich InDemArsch can't help it. My mechanical keyboard has an actuation force of 500N

  • @utkarshachaudhari871
    @utkarshachaudhari871 2 ปีที่แล้ว +1

    This video is perfect! I hopped on here to find an alternate to VS Code because I'm working on a large project and VS Code has become really slow.

  • @an1rb
    @an1rb 3 ปีที่แล้ว +1

    Vim has a GUI with a full menu and icons, and with Windows-like key bindings. In Windows it even creates a link (or batch file) with all the familiar Windowsy switches called EasyVim

  • @noah77
    @noah77 3 ปีที่แล้ว +6

    Hey Kalle! I got the live bootable Linux working! Thanks!

  • @Remianr
    @Remianr 3 ปีที่แล้ว +4

    If you want simpler version of vim that's very intuitive then I recommend micro text editor. Hope you will like it :). I used it for the past 3 weeks and I love it (even for big projects especially with extensions)

  • @jonbikaku6133
    @jonbikaku6133 2 ปีที่แล้ว

    I switched from VSC to nvim to finally Sublime and couldnt be happier. Been on Sublime for 4+ months and I dont think it misses anything that VSC provides. I can have 8ish tabs opened during debugging and side-by-side mode with 4+ columns is all you could ever need.

  • @rty1955
    @rty1955 3 ปีที่แล้ว +1

    I used to use SPFPC very heavily. Wish they had a native Linux version. (Began using it in 1980 on a mainframe) before that it was a keypunch machine hahah

  • @ChristianMoentest
    @ChristianMoentest 3 ปีที่แล้ว +6

    You might install vim extension for vscode :) Best of both worlds.

    • @antondutsov8524
      @antondutsov8524 3 ปีที่แล้ว

      I'm using the extension on Atom.

  • @koushiknaskar4751
    @koushiknaskar4751 3 ปีที่แล้ว +6

    This was a really honest review. VS Code is my go to code editor. And vim for my quick editor. I also edit a lot of file over the ssh and vim is perfect for that.

  • @mariogutierrez4989
    @mariogutierrez4989 3 ปีที่แล้ว +2

    vim is based around "modes" which lets you use the keyboard to its fullest. For example, you can navigate by word, paragraph, blocks ... Vim also has macros to record and reapply any sequence of keys. VSCode sorely needs macros. Vim is very productive once learned. I use vim when I'm not writing Typescript. For TS, VSCode works well.

  • @hamzaabdikadir5329
    @hamzaabdikadir5329 3 ปีที่แล้ว

    Kalle been uploading so much but I am enjoying the content honestly

  • @surendarmalai96
    @surendarmalai96 3 ปีที่แล้ว +3

    I've seen people use sublime text in every video I've seen
    And I was like damn I need that editor
    I got to know that it is called sublime text right now

  • @ayushbhagwat3440
    @ayushbhagwat3440 3 ปีที่แล้ว +4

    This video just came out at the right time...coz I was doing a pretty hectic research on what to use and why to use but this video ended all that hassle and now I know what to do.
    Thanks for the video...it helped a lot!

    • @scunich
      @scunich 3 ปีที่แล้ว +1

      So what did you decide on?

    • @ayushbhagwat3440
      @ayushbhagwat3440 3 ปีที่แล้ว +2

      @@scunich I decided to use VScode along with sublime.....also I think I might try to learn vim in future to replace sublime coz editing in vim is much much faster, But I haven’t found any good tutorial for vim so I’m resistant to switching now but as soon as I find one I will shift....also plz link any good vim tutorials you know

  • @SashikaSandeepa
    @SashikaSandeepa 3 ปีที่แล้ว +1

    I am using sublime text 3 and vs code . Sublime text color scheme is very attractive. But working on django I am using pycharm. Rarely I am using notepad.

  • @IvanGarcerant
    @IvanGarcerant 3 ปีที่แล้ว +1

    The editing of this video is superb. Same with photography. Congrats.
    On the content's side, I suggest diving deeper next time. Include some unusual options, for example, or obscure ones. Emacs, even if not popular, is a traditional option to considerer.

  • @andrewk71
    @andrewk71 3 ปีที่แล้ว +7

    VS Code always on top! Sucks that it doesn't have support for Swift tho

    • @travisteachesguitar6711
      @travisteachesguitar6711 2 ปีที่แล้ว +1

      Its because microsoft pushes it on everybody. Not because it is the best

  • @ytgadfly
    @ytgadfly 3 ปีที่แล้ว +5

    I have programmed since the early 80s. Used all kinds of text editors including vi. IDK why anyone would not use and IDE today. vim is great as a text editor, but its not and IDE!

    • @mrpedrobraga
      @mrpedrobraga 3 ปีที่แล้ว

      I am a student, got into coding young but not that much experience,
      I started coding in an IDE and them somehow moved to building my projects using my own .bat files.
      I don't know why, it feels more intimate and under my control.

  • @thecodingcrafter3888
    @thecodingcrafter3888 2 ปีที่แล้ว +1

    "Kite is tye best auto-complete!"
    me: *laughs in copilot*

  • @mrwerevamp
    @mrwerevamp 3 ปีที่แล้ว +2

    Other than how long it takes to learn vim, I use it for both small and large projects. Extra boost when you combine it with tmux.

    • @bigture
      @bigture 3 ปีที่แล้ว

      try byobu

  • @boogy4you
    @boogy4you 3 ปีที่แล้ว +20

    Vim has unseen potential. It blows every other editor out of the water!

    • @octane_boi
      @octane_boi 3 ปีที่แล้ว +1

      Agreed, and if you're willing to invest time, you can make vim as adept as modern IDEs

    • @novakaineblackout8893
      @novakaineblackout8893 2 ปีที่แล้ว

      Me with Doom Emacs + Evil Mode
      I am 4 parallel universes ahead of you

  • @AdobeAirpods
    @AdobeAirpods 3 ปีที่แล้ว +3

    vscode is good for most languages but it does lack on html/css.
    I do LOVE it for python tho

  • @007himu
    @007himu 3 ปีที่แล้ว +1

    vscode takes about 800MB, so if memory is an issue, you can also try slick-edit, which comes in between vscode and sublime-text.

  • @ponysmallhorse
    @ponysmallhorse 3 ปีที่แล้ว +1

    Sublime Text was my first. It is amazing.
    You have to know vim to make your life easier.

  • @channelemex_private570
    @channelemex_private570 3 ปีที่แล้ว +8

    If I did my maths right the total in 01:15 is 143.3...

    • @DrHarrisonIII
      @DrHarrisonIII 3 ปีที่แล้ว

      Maybe in the survey someone chose 2 of the code editors they were using?

  • @shashankdaima
    @shashankdaima 3 ปีที่แล้ว +4

    Kalle you missed nano. 😂😂😂 well i use it as secondary editor

  • @parth46767
    @parth46767 3 ปีที่แล้ว +1

    It took me a full year to get around configuring vim to work like VS Code. But now having done that I have never looked back and even given a thought about using any other text editor. It's fast, looks cool and there are some great plugins that make life so much easier. Also i don't have to touch the mouse.

    • @benzflynn
      @benzflynn 2 ปีที่แล้ว

      Have you a YT video + configurations on all this ?

  • @patrickprucha5522
    @patrickprucha5522 8 หลายเดือนก่อน

    Excellent Video and approach. Very good suggestions!
    Cheers

  • @thomasfieschi-rose3705
    @thomasfieschi-rose3705 3 ปีที่แล้ว +5

    God, I love that intro music.

  • @Mnerd7368
    @Mnerd7368 2 ปีที่แล้ว +4

    Next Up: Why Word Doc is the best text editor for computer programming.

  • @kavanshah5512
    @kavanshah5512 3 ปีที่แล้ว +1

    423K wow, last time i checked was just 124K around, mind blowing, keep it up

  • @davidarogunre7251
    @davidarogunre7251 3 ปีที่แล้ว +1

    Love daily upload I don't want it to stop

  • @msNakato1
    @msNakato1 3 ปีที่แล้ว +7

    pycharm is perfect to me 😍😅😂

    • @wateryagarvideos5186
      @wateryagarvideos5186 3 ปีที่แล้ว

      Pycharm is noice but I prefer Atom.

    • @msNakato1
      @msNakato1 3 ปีที่แล้ว

      @@wateryagarvideos5186 i wrote this 8 months ago! now i work at home with Vs code and job-place with webstorm

  • @gauravbhalerao7420
    @gauravbhalerao7420 3 ปีที่แล้ว +6

    vim can literally do everything that every other editor on this list can

  • @shadowlp1746
    @shadowlp1746 2 ปีที่แล้ว +1

    Atom with its packages and community is just perfect for me

    • @jobansand
      @jobansand 2 ปีที่แล้ว

      I can never get Python to run on Atom

  • @upload804
    @upload804 3 ปีที่แล้ว +1

    I love how entertaining u make your videos :)

  • @himanshushukla6451
    @himanshushukla6451 3 ปีที่แล้ว +29

    I'm on vim full time since 3years

    • @piyushbhardwaj9649
      @piyushbhardwaj9649 3 ปีที่แล้ว +2

      Wah Shukla ji.

    • @himanshushukla6451
      @himanshushukla6451 3 ปีที่แล้ว

      @@piyushbhardwaj9649 bhai bhai

    • @metastag
      @metastag 3 ปีที่แล้ว +4

      how to quit vim?

    • @himanshushukla6451
      @himanshushukla6451 3 ปีที่แล้ว +2

      @@metastag lol!! :q or zz or :q! I hope your are asking sarcastically

    • @metastag
      @metastag 3 ปีที่แล้ว +10

      @@himanshushukla6451 Ah, you must not be aware of this classic joke we have as programmers. We act as if he don't know how to quit vim, and say absurd ways to do it, like shut down the PC or throw it away. I appreciate the help but it was a joke lol

  • @reiyamamoto6507
    @reiyamamoto6507 3 ปีที่แล้ว +4

    I use VS Code and Notepad++ too!

    • @VelWild
      @VelWild 3 ปีที่แล้ว +1

      Me too 🙂

    • @reer7527
      @reer7527 3 ปีที่แล้ว

      @Solve Everything and less hate therein

    • @skilz8098
      @skilz8098 3 ปีที่แล้ว

      @Solve Everything Out of the box it doesn't seem so, but notepad++ is able to be customized... You can select a builtin them or create your own, you can select from a large list of common languages for syntax highlighting and formatting or you can create your own language syntax highlighting, you can get pre-made addons and extensions or even make your own. It's a very lite weight but powerful text editor within the GUI types of editors... It's great for quickly typing your file, but it's not an IDE as you can't compile, link or debug with it and as far as I know it doesn't have a terminal. It's just great in that it's a text editor that helps with syntax formatting and highlighting.

  • @ajr4556
    @ajr4556 3 ปีที่แล้ว

    I have some suggestions for video:-
    1-what all things we need to ensure for selling an app.
    2-what are the good requirements for a pc or laptop.
    3-starting a business as a developer.

  • @AshokTak
    @AshokTak 3 ปีที่แล้ว

    I wait for your videos! ❤️So glad I found you in this pandemic!

  • @engageintellect
    @engageintellect 3 ปีที่แล้ว +31

    If everyone took the time to lean vim there would be no other text editors.
    After vim EVERY other text editor feels like Microsoft word...
    Except emacs. 😎

    • @JstJaybeingJay
      @JstJaybeingJay 3 ปีที่แล้ว +7

      Really its that good?, I downloaded it and deleted it in one day.

    • @vig221
      @vig221 3 ปีที่แล้ว

      Completely agree.

    • @engageintellect
      @engageintellect 3 ปีที่แล้ว +2

      @@JstJaybeingJay we all have... install neovim, watch a couple tutorials and force yourself to use it for a week. You’ll never want to use anything else.

    • @kennymccormic7578
      @kennymccormic7578 3 ปีที่แล้ว +1

      @@JstJaybeingJay First learn to touch type. Then vim for 2 weeks. and come back here :)

    • @arianvc8239
      @arianvc8239 3 ปีที่แล้ว +4

      If you know how to config your OS, you have everything in its correct place. The editor will do just what it's supposed to and that editor is, of course, VIM.

  • @nlight8769
    @nlight8769 3 ปีที่แล้ว +3

    Have been loving Vim for the past 10 years, but Atom with vim-mode-plus and ex-mode recently with caught my attention. With centralized package installation, it's brilliant.
    Though, my projects are relatively modest, so... just perfect for me ^^

  • @nikluz3807
    @nikluz3807 3 ปีที่แล้ว

    I'm really loving all of your videos. Also you're intro is soooooo good

  • @daddy3118
    @daddy3118 3 ปีที่แล้ว +1

    Editors can also be about transforming data. Vim + Linux allows you to do certain transformations quickly.
    Nothing like sticking vim on the end of a command line pipeline!

  • @sangeetavishwakarma5106
    @sangeetavishwakarma5106 3 ปีที่แล้ว +3

    Next video,
    Best Python ide for programming
    maybe usefull tools at the end

  • @athuldas6494
    @athuldas6494 3 ปีที่แล้ว +4

    I felt vs code being harder due all the json and stuff😂It required a lot of configurations to be set...so I did not mess with it😂

  • @TheCodeholic
    @TheCodeholic 3 ปีที่แล้ว +1

    Good point about two editors. I also use two editors, however VSCode is my secondary text editor.
    I use Intellij products as my primary choice of IDE and use VSCode if I need to quickly change something.
    VSCode is very fast for me and I love it for quick editing or doing some small projects,
    But for bigger projects I prefer IntelliJ IDEs.

  • @YigitmK
    @YigitmK 3 ปีที่แล้ว +1

    As a Java developer who adores Intellij Idea, I have admit that Vs code is a really nice environment to use. I'm actually thinking about migrating to vscode

  • @anonymosranger4759
    @anonymosranger4759 3 ปีที่แล้ว +2

    Where are the nano fans?

  • @0xshaheen
    @0xshaheen 3 ปีที่แล้ว +17

    Check out vim extension for vs code

    • @nishpatha5847
      @nishpatha5847 3 ปีที่แล้ว

      Yeh I downloaded that so I didn’t have to get vim

    • @nishpatha5847
      @nishpatha5847 3 ปีที่แล้ว

      @Cactulus rlly ?
      worked fine for me

    • @mentalmarvin
      @mentalmarvin 3 ปีที่แล้ว

      @Cactulus Check out Onivim2. It's as fast as sublime, but compatible with vscode extensions

  • @histufly
    @histufly 3 ปีที่แล้ว

    If you are stuck using windows and messing with data, XML or JSON or oddball languages Notepad++ is the goto. I have it open all the time and the plugins are easy to use. VsCode handles all my non-Java coding and I promise to try sublime text.

  • @bobuccman1424
    @bobuccman1424 2 ปีที่แล้ว +1

    vscode isnt that heavyweight. boots up within 3 seconds. (on my nearly 8000 line project)
    while other editors boot up in like 2 seconds, you get the point