What is an IDE?

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 167

  • @Laiser
    @Laiser 5 лет назад +343

    "You can use Microsoft Word"
    **shows Google Docs**

    • @0ctothorp
      @0ctothorp 5 лет назад +3

      Eh, I would have showed Libreoffice myself.

    • @lyricvideos2209
      @lyricvideos2209 4 года назад +1

      I would have shown photoshop, casually finds photos of text and puts them together wasting tons of time

    • @osvaldoleiva678
      @osvaldoleiva678 4 года назад

      But same way you cant use word or g docs cause they aren’t plain text editors

  • @neettim
    @neettim 5 лет назад +18

    Thank you! Probably the simplest video that explains what an IDE is and what's the difference between a text editor and an IDE. Summed up:
    Text Editor: Allows to you *write* code and may include syntax highlighting and auto-completion.
    Main difference between editors and IDEs: IDE contains a bunch more tools, mainly being able to *debug* and *compile & run* code.

    • @ewengoisot808
      @ewengoisot808 4 года назад

      and forgot to say that Microsoft Word is definitely not a text editor.

  • @stonetheprofane
    @stonetheprofane 5 лет назад +52

    I just wanted to say that i have been waiting for a Jabrils coding class to come out and i am LITERALLY so excited. Thank you so much man

    • @technofeeliak
      @technofeeliak 5 лет назад +1

      Yeah, everyone gets aroused about scripting. That's why there are so many hot chicks that do this stuff.

  • @beskamir5977
    @beskamir5977 5 лет назад +102

    "If you want to become a programmer, you are going to need an IDE!"
    Tell that to a vim user.

    • @Jagi125
      @Jagi125 5 лет назад +13

      I was just wondering if someone else opened this video, just to point it out, too.

    • @zakinadhif
      @zakinadhif 5 лет назад +15

      Tell that to nano user

    • @beskamir5977
      @beskamir5977 5 лет назад +3

      @@Jagi125 lol you got me :D

    • @alice_in_wonderland42
      @alice_in_wonderland42 5 лет назад +2

      @D J it is a vim plugin. maybe?

    • @originalnick473
      @originalnick473 4 года назад

      Beskamir JetBrains Rider. There you go!

  • @u_mrmcmisdemeanor
    @u_mrmcmisdemeanor 5 лет назад +6

    Hey Jabrils, I just left my university from the computer science department and felt kinda bad about it. After graduating from community college, I switched from music and picked it on a whim thinking i could get in it just for the money, so i didn't perform well. It wasn't a passion for me at the time, but I do now have a legit interest in coding now, and I wanna thank you for providing this! Keep it up homie, and congrats on your success :)

  • @Steven9
    @Steven9 5 лет назад +17

    Thank you big homie. I can't wait to see you get 500k!

  • @jimstaxx4978
    @jimstaxx4978 5 лет назад +3

    For both beginners and pro alike, Eclipse is among the most reliable open sourse IDE's out there ( a few plug in's will cost you, but nothing that would hurt your pocket). It's perfect to practice your craftsmanship with, but keep in mind it's best suited for Java, Python and scripting languages

  • @GeorgeVajagich
    @GeorgeVajagich 5 лет назад +11

    2:00 you can use Microsoft word (shows using Google docs)

  • @stevejones3670
    @stevejones3670 5 лет назад +3

    Thank you, Jabrils. You have helped me tremendously on my new path to become a software developer. You have been motivational, educational, and most importantly to me, you shattered my preconception of what coders are like. You taught me that coding can be, and is, fun as f*ck, and so can the coders themselves.
    Thanks to you, and a few others you introduced me to, I have been accepted into my state's coding academy program, and I cannot be more thankful. Thank you for helping me vastly improve my quality of life. Love you bud

  • @everon727
    @everon727 4 года назад +1

    Wow, very simple clean explanation anyone can understand.

  • @matheusproxy6577
    @matheusproxy6577 5 лет назад +2

    I'm soo excited. I will start this now!!!

  • @justins7796
    @justins7796 5 лет назад +17

    'sublime from a couple of dudes' lmao

  • @DustyAf
    @DustyAf 5 лет назад +15

    I think sublime and atom are just text editors, not ide’s?

    • @beskamir5977
      @beskamir5977 5 лет назад +6

      Yep, which makes his "you need an ide" statement kind of misinformed/stupid.

    • @AYoutubeHandleThatIsNotTaken
      @AYoutubeHandleThatIsNotTaken 5 лет назад +2

      That's half right, they are not as sophisticated as some big shot ide's like vs or xcode but they have syntax highlighting and auto completion. Simply put they weren't made for you to write your shoping list in

    • @beskamir5977
      @beskamir5977 5 лет назад +2

      @@ARUclipsHandleThatIsNotTaken Plainly put, both of them are text editors

    • @Jagi125
      @Jagi125 5 лет назад +4

      But powerful text editors, are often much more versatile, i.e. try writing a novel in eclipse ;).
      I'm using vim, BTW.

    • @ewengoisot808
      @ewengoisot808 4 года назад

      @@beskamir5977 Actually, I use a text editor (NeoVim) and I code faster than I coded using IDEs (like Code::Blocks, Delphy and others)…
      .
      There is a big difference between "Microsoft Word" and text editors: a text editor is made to write text, not text + several fonts + sizes + bold + colors… sometimes will add capital letters on sentence begin, has a notion of "pages". Actually, some code-oriented text editor can color the text but it just changes how it's displayed, not how it's saved.
      .
      The right comparaison is first between word processors and [text editor or IDE], and then between text editors and IDEs.

  • @narkocat
    @narkocat 5 лет назад +8

    I use various Jet-brains IDE's professionally. For beginners/ free stuff i can suggest Visual Studio code.

  • @max_ishere
    @max_ishere 4 года назад +1

    I feel like jab isnt defining ide as I imagine it. Eg as an explanation: in c++ you need to first compile all sources and then link them together. But if just one source changes how do you know what to update? What if you forget smth? So an IDE would take care if it for you. Let's say you need to debug. There are apps that do that but the beauty of a good ide is that you just write code and press a button and it works. Need extra like debugging and what not? Ide is just one app where everything is compatible and works together so that you just write code. Without the ide (in c++) you will need a text editor. Then compiler. And source controll like Make. And linker. And debugger. And .... With an ide you get all that and just click buttons.

  • @chansolkim3609
    @chansolkim3609 3 года назад +1

    I really enjoy the way u tell us about this, i hope u can make any other vid about tutorial like u know FE stuff the html css js react git and many more, i hope u can make it, so we can understand more from u, btw thx a lot bro for ur explanation

  • @dimitris_official
    @dimitris_official 4 года назад

    visual studio is my personal favourite

  • @davidc5808
    @davidc5808 4 года назад

    LOVE THIS!! love how you present and explain things... keeep it up!!!

  • @jonathancompan4508
    @jonathancompan4508 2 года назад +2

    Simple and acurrate. Thank you!!

  • @avi12
    @avi12 5 лет назад +17

    2:00
    Says: "Microsoft Word"
    Uses: "Google Docs"

  • @firstlast9813
    @firstlast9813 Год назад +1

    So basically, an IDE is the kitchen you can whip it in.

  • @avi12
    @avi12 5 лет назад +6

    0:28 Android Studio is not from Google, but from JetBrains

    • @DeadlyTeije
      @DeadlyTeije 5 лет назад +1

      avi12
      Step 1; download **jetbrains** toolbox
      Step 2; scroll down to Android Studio
      Well, the title says; Android Studio, by Google

    • @DeadlyTeije
      @DeadlyTeije 5 лет назад

      So I guess both contributed to the development of it

    • @AdamYarris
      @AdamYarris 5 лет назад

      No, it's from Google, but based off of the IDEA platform by JetBrains

  • @ENTIZStdio
    @ENTIZStdio 5 лет назад

    This is gonna turn good bro!!

  • @khalilmoallaqat8999
    @khalilmoallaqat8999 4 года назад +1

    i know how to code i just love his content

  • @micalobia1515
    @micalobia1515 5 лет назад +5

    5 minutes ago, it's 3 in the morning.
    Spicy

  • @Violet-tb8xo
    @Violet-tb8xo 5 лет назад +4

    after a while trying out a ton of stuff i think vscode is my favorite.

  • @theroyales4821
    @theroyales4821 5 лет назад

    Great video, just enough information. Thanks

  • @spa185
    @spa185 3 года назад

    Nice😊 thank you. can you throw some light on IDE for hardwares? What are they?

  • @corners1733
    @corners1733 2 года назад

    I love sublime text and vsc

  • @yaotly1
    @yaotly1 4 года назад

    At college, I only used notepad++ to force myself to learn the syntax without help from an IDE. Now that I am proficient i wouldn't code without and IDE.

  • @krazyito
    @krazyito 5 лет назад +2

    VS CODE IS LIFE.

    • @XuanNguyen-op4qs
      @XuanNguyen-op4qs 5 лет назад

      I'm sorry, I'm new here. I just don't understand why people need "third party" like VSCode IDE for Python programming. Python has its own IDE with compiler. While VSCode is just an IDE without compiler, and you have to manually install that.

    • @roshawn1041
      @roshawn1041 5 лет назад

      @@XuanNguyen-op4qs other ones are usually better

  • @ENTIZStdio
    @ENTIZStdio 5 лет назад +2

    Jabril I really love u manh , when I started watching your video the voice and video seemed wiered. But now the videos are amazing!!

  • @burtmacklin6443
    @burtmacklin6443 3 года назад

    Loving the series. Speaking of IDE's, for some reason my C++ professor decided we were going to learn in Putty...

  • @imalsoTOMATO
    @imalsoTOMATO 5 лет назад

    in all honesty i've used visual studio and i've used android studio, but currently being an app developer for iOS i'm learning to use xCode, but I didn't know it supported java and python

  • @guywith_dog
    @guywith_dog 5 лет назад +1

    Atom and Sublime are technically text editors, even though one may use them as an IDE

    • @guywith_dog
      @guywith_dog 5 лет назад +1

      Also dafuq is dreamweaver doing there

    • @Mubu5Reborn
      @Mubu5Reborn 5 лет назад

      I was wondering what Atom is doing there haha. I can't compile code but I can edit it while it highlights syntax.

  • @Xrey274
    @Xrey274 5 лет назад +11

    Sorry, but there are many things in this video are plain wrong - Sublime and Atom are not an IDE, they are text editors(very big difference). Android Studio was made by Google AND Jetbrains(mainly jetbrains), you showed google docs instead of microsoft word and others.

  • @guccimilliano
    @guccimilliano 3 года назад

    Thank you

  • @aer0449
    @aer0449 4 года назад

    I just lost it when you said you can also use word in case you are advanced enough hahahah.... I just can't imagine the pain someone goes through in doing so .. XD

  • @uforob5601
    @uforob5601 4 года назад

    What IDE is central logo at 1:46?

  • @mrginiusbode9331
    @mrginiusbode9331 3 года назад

    Thank you for this short summary, BUT ! The music volume is too high I just wanted to leave this video until I saw that 1 min only was remaining... But I would surely not replay it a second time due to this disturbing background high volume music...

    • @Jabrils
      @Jabrils  3 года назад

      Thank you for the criticism. I will take it to heart.

  • @vintire3885
    @vintire3885 5 лет назад +1

    Would Unity or a game engine be considered and IDE as well?

    • @arja2317
      @arja2317 5 лет назад +1

      Unity actually uses an outside IDE, it defaults to Visual Studio when you open script to edit within unity, but you can use whatever one you want, you don't have to use that one. Some engines have a built in one, Game Maker has it built in but it only works with Game Maker Language. I think Godot has it built in as well and it works with Godot language as well as a few non-engine specific languages like Python and C# I believe, although I'm not entirely sure because I haven't messed around with that too much. Hope this helps!

  • @CatDevz
    @CatDevz 4 года назад

    VSCode, Atom, and Sublime are TextEditors not IDEs

  • @Zoey_710
    @Zoey_710 5 лет назад +3

    I honestly clicked this video just to hear the funny shit you'll say about IDE's

    • @rajbhardwaj2180
      @rajbhardwaj2180 2 года назад

      Oh and what actually you are pursuing miss deep learner ?

    • @Zoey_710
      @Zoey_710 2 года назад

      @@rajbhardwaj2180 wut

    • @rajbhardwaj2180
      @rajbhardwaj2180 2 года назад

      @@Zoey_710 which course u are enrolled in ur study ?

    • @Zoey_710
      @Zoey_710 2 года назад +1

      @@rajbhardwaj2180 none

    • @rajbhardwaj2180
      @rajbhardwaj2180 2 года назад

      @@Zoey_710 then pursuing job ?

  • @heangkeahak4232
    @heangkeahak4232 2 года назад

    useful video
    Thanks!

  • @relt_
    @relt_ 5 лет назад +1

    *"sublime from a couple of dudes"*

  • @abhishektyagi4428
    @abhishektyagi4428 5 лет назад +1

    Sir Could you please make a video explaining the resources you use to learn or enhance your programming skills

  • @Boxing0715
    @Boxing0715 3 года назад

    I made a IDEL for C# in C#

  • @greglane501
    @greglane501 5 лет назад

    Isn't Atom a text editor though?

  • @mihneagogu1389
    @mihneagogu1389 4 года назад

    Atom is a text editor not an IDE

  • @kachima3641
    @kachima3641 5 лет назад +1

    finally ELI5 for coding thanks

  • @bonezzzzz
    @bonezzzzz 5 лет назад

    Integrated development environment, boom! Video conluded.

  • @bharathchinnathambu8342
    @bharathchinnathambu8342 4 года назад

    Does Androind studio belongs to Google? 0.29sec

  • @stop8576
    @stop8576 5 лет назад

    sublime text is the best

  • @mikkys167
    @mikkys167 5 лет назад +2

    DUH !?!
    Killed me LOL

  • @happyjohn1656
    @happyjohn1656 5 лет назад +1

    Shame these videos don't get more attention...
    12:20 AM (yep!)
    8/7/2019

  • @Fajerkoks
    @Fajerkoks 5 лет назад

    What you recommend to programing in Python?

    • @AYoutubeHandleThatIsNotTaken
      @AYoutubeHandleThatIsNotTaken 5 лет назад +1

      Pycharm is by far the best ide for Python in my opinion, but pretty much any code editor there is support Python.

  • @aanniirr100
    @aanniirr100 2 года назад

    Superb!!!!!!!!!!!!!

  • @Ghosteriz
    @Ghosteriz 5 лет назад

    I paused at 0:17 to think so *HARD* to figure out what the heck those lines of words mean for total 50minutes

    • @YASYTU
      @YASYTU 5 лет назад

      They mean the same as "useThis = programmer"; and that in turn may mean whoever wrote those lines is not a very seasoned programmer.

  • @flink6150
    @flink6150 5 лет назад +2

    Hi

  • @jackyboy3025
    @jackyboy3025 5 лет назад

    what's an IED

  • @anilkhute7844
    @anilkhute7844 4 года назад

    Sir ide also called a platform.

  • @spoilergan6505
    @spoilergan6505 5 лет назад

    Yes I'm a pro coder, i'm using msword to coding my website 😀😀😀

  • @Elomelmo
    @Elomelmo 5 лет назад

    Bro lets goooo

  • @alvinliu5396
    @alvinliu5396 3 года назад

    but programer interviewees always asked to write in a paper

  • @walterwhite2697
    @walterwhite2697 3 года назад

    When you still use Notepad++ and Powershell

  • @abrahamyehoshuafrias3390
    @abrahamyehoshuafrias3390 5 лет назад

    Jet brains also owns android studio...

  • @tamuhoi
    @tamuhoi 5 лет назад +1

    long live vim

  • @necbranduc
    @necbranduc 4 года назад

    Why TF am I watching this video at 3 AM? I know what an IDE is .. I have 3 of them open right now.. oufff..

    • @necbranduc
      @necbranduc 4 года назад

      Well, this was unexpected when commenting on your video.. Hi Jabrils!

    • @Jabrils
      @Jabrils  4 года назад

      haha i thought it was funny, ive definitely been there before.

  • @quandaledinglegaming4218
    @quandaledinglegaming4218 4 года назад

    i personally use the jetbrains suite
    no i didnt pay for it :)

  • @csicee
    @csicee 5 лет назад

    Does anyone know an IDE for Lua?

  • @corpsiecorpsie_the_original
    @corpsiecorpsie_the_original 5 лет назад

    notepad++ for the win

  • @RV-jp5qz
    @RV-jp5qz 5 лет назад

    Was learning python but now I know :o

  • @PeterJohnson-m8c
    @PeterJohnson-m8c 4 месяца назад

    Thomas Parks

  • @AngelaShaw-n2s
    @AngelaShaw-n2s 4 месяца назад

    Lindgren Neck

  • @ItsLogic
    @ItsLogic 5 лет назад +4

    Hey dude, you didn't make it clear how to get to this, I suggest pinning a comment on the video.

  • @RafaelCouto
    @RafaelCouto 5 лет назад

    You should make one video about the browsers devtools, it's better than most IDEs

    • @RafaelCouto
      @RafaelCouto 5 лет назад

      @moo which is most relevant than 90% of the languages out there 😉

  • @zeketheerror404filenotfoun2
    @zeketheerror404filenotfoun2 5 лет назад

    Omg thanks m8

  • @igame1514
    @igame1514 5 лет назад +1

    Hello there

  • @max_ishere
    @max_ishere 4 года назад

    Ide is the thing that doesn't make me write makefiles

  • @agaveboy
    @agaveboy 4 года назад

    Atom gang let’s go

  • @TimeLords910
    @TimeLords910 3 года назад

    Intergrated
    Development
    Environment
    Sublime
    Visual studio
    Visual studio code
    Notepad++
    Atom
    And tons more

  • @ceciliog6507
    @ceciliog6507 5 лет назад

    No more spanish sub los :(

  • @nikudayo7927
    @nikudayo7927 4 года назад

    My IDE: notepad

  • @砂糖学
    @砂糖学 5 лет назад

    わかる、わかるぞ、

  • @reamuji6775
    @reamuji6775 4 года назад

    real programmers only code in notepad

  • @NoName-rv5pg
    @NoName-rv5pg 5 лет назад

    I want to make cool stuff

  • @duyanhpham6823
    @duyanhpham6823 4 года назад

    Linux is the best IDE !

  • @motex_gaming_1667
    @motex_gaming_1667 4 года назад

    ms editor..

  • @YASYTU
    @YASYTU 5 лет назад +4

    This is simply not true. You do NOT need an IDE for programming.

    • @mattdagoat___
      @mattdagoat___ 5 лет назад +2

      explain? you can't just say it's not true and not say WHY this isn't true. How can I program without an "IDE"?

    • @YASYTU
      @YASYTU 5 лет назад +3

      @@mattdagoat___ That is a curious argument. So can I claim that you can program without an IDE and then say you can't just deny that without a "why"? But anyway, it is not true that you need an IDE for programming because I (and many many other programmers) manage to program without using an IDE. Another argument: How do you think the first ever IDE was programmed? Using an IDE..? :-)

    • @spaceearthandtech3247
      @spaceearthandtech3247 5 лет назад

      Well ya if u wanna develope games on like Roblox and Minecraft lik

    • @mattdagoat___
      @mattdagoat___ 5 лет назад

      @@YASYTU fair statement. i know nothing about computers. thanks for the info

    • @mattdagoat___
      @mattdagoat___ 5 лет назад

      @@spaceearthandtech3247 ive been thinking of learning to make a game on roblox actually. still don't know if i care enough to do it

  • @Kampouse
    @Kampouse 4 года назад

    hi nead=fasle

  • @g3rzin
    @g3rzin 5 лет назад

    Start programming using an IDE is the worst piece of advice ever imo

  • @喔喔噢噢
    @喔喔噢噢 4 года назад

    Use txt!😆

  • @GS-oj1zk
    @GS-oj1zk 5 лет назад +1

    QT CREATOR IS ALSO VERY GOOD

    • @Violet-tb8xo
      @Violet-tb8xo 5 лет назад +1

      no

    • @GS-oj1zk
      @GS-oj1zk 5 лет назад

      @@Violet-tb8xo >:(

    • @Violet-tb8xo
      @Violet-tb8xo 5 лет назад

      @@GS-oj1zk haha vscode

    • @GS-oj1zk
      @GS-oj1zk 5 лет назад

      @@Violet-tb8xo qt creator is good, i didnt say the best

    • @Violet-tb8xo
      @Violet-tb8xo 5 лет назад

      @@GS-oj1zk eh I have some traumatic experiences with it

  • @dummeridiot2963
    @dummeridiot2963 5 лет назад

    What? I need an IDE oops, I always coded in ms word : P

  • @ultrio325
    @ultrio325 4 года назад

    remind me why I downloaded 3 IDEs and Notepad++