My favorite part of the video is that all the terminal-based IDEs were shown inside the VSCode integrated terminal
@cubeofcheese55742 жыл бұрын
😯
@Allumik2 жыл бұрын
rookie mistake :D
@wykeless2 жыл бұрын
😂 thought it looked familiar
@benonardo2 жыл бұрын
he always does that when showing the terminal in videos
@4cps7772 жыл бұрын
To be fair, VSCode is probably the only IDE that gets its integrated terminal right. (I don't count Emacs as an IDE)
@Neoh532 жыл бұрын
i program on paper. Really easy to use. For exemple if i want to go to any line, no keys need to be pressed, i am already on it with my eyes. To erase a line i select the eraser tool and skrtch skrtch the line i want to remove. If i make an error, i don't know it until my CS professor give me a low grade. It force me to program like a pro and make no mistakes. Also to exit it, it way easier because i just push the paper away from me.
@JonasBergling2 жыл бұрын
I used to do that for real, on the train to school when I was like 10.
@Felipera_2 жыл бұрын
Oh yes, first year of CS is fun.
@everyhandletaken2 жыл бұрын
Do you mail in your commits too? 😂
@pedrogouveiasousa2 жыл бұрын
So fun so fun hahahaha, can't stop laughing, you're so fun dude 😎
@HuntingKingYT2 жыл бұрын
I do it when my PC is off
@audiopainter682 жыл бұрын
TIMESTAMPS: 0:53 : VI 2:10 : EMACS 3:26 : VIM 4:25 : neoVIM 4:52 : Nano 5:30 : Notepad 6:07 : Dreamweaver 6:46 : VScode 7:52 : platforms specific IDE’s 8:00 : VSstudio for Microsoft’s .NET framework 8:36 : JetBrains
@itRemindsMeThatItNotSoBad Жыл бұрын
10:20 : Dont do drugs
@DestopLine Жыл бұрын
Visual Studio studio
@go9565 Жыл бұрын
3:02 :booger eater
@blockybfdi88767 ай бұрын
ty !!!!!!!!!!!!!!!!!
@antonionotbanderas97756 ай бұрын
No micro editor 🤔
@crownie96522 жыл бұрын
00:50 - Vi 02:10 - Emacs 03:24 - Vim 04:25 - Neovim 04:51 - Nano 05:30 - Notepad / Notepad++ 06:05 - what? 💀 (Dreamweaver) 06:38 - Sublime text - Brackets - Atom 06:46 - Visual Studio Code 08:02 - Visual Studio 08:38 - Jet Brains
@Simboiss2 жыл бұрын
Of course, Xcode is absent. What a surprise.
@henryinman43012 жыл бұрын
@@Simboiss xcode is mentioned in the vscode section
@daffy19812 жыл бұрын
10:21 Don't do drugs
@erwinmatys2 жыл бұрын
@@Simboiss xcode is so bad apple have to force you to use it
@Simboiss2 жыл бұрын
@@erwinmatys How is it bad?
@CatMeowMeow2 жыл бұрын
Using a jetbrains ide feels like using photoshop: it has everything you'll never need, with amazing features multiple menus feel you keep uncovering. But it also has weird features, like a button to print your terminal output to a printer?
@JAVAxNANI2 жыл бұрын
😂
@NachitenRemix2 жыл бұрын
I think that the difference between jetbrains and photoshop (following the comparison) is that jetbrains is veeery intuitive as an ide, while adobe is sometimes very overwhelmimg and not suitable for beginners. With jetbrains you can use as much tools as you need, and only learn them when you actually need them, and take your time.
@Shulkerkiste2 жыл бұрын
So VSC feels like GIMP right?
@betelgeuse45682 жыл бұрын
How different is it to vscode or visual studio.
@thatonedumbguy21732 жыл бұрын
@@betelgeuse4568 vscode tends to be a bit more lightweight feature wise
@IanSlothieRolfe Жыл бұрын
I was a contract programmer for many years, working on Unix and Linux systems, so I used VI or VIM for most of the time, unless the client had a specific setup they used. This was mainly because VI was everywhere, and for the most part my time with the company was in the 6-12 month period and setting up something complex like EMACS wouldn't have been a useful use of time. It was far from ideal, but it worked for me and much of my work was hunting down minor bugs that no-one else wanted to do, so the actual amount of typing of code or editing was limited to small changed or shifting about blocks of code, things that VI do adequately. I once bought a Sublime Text licence which I still use to this day now I am retired (after I pinned my version when they retrospectively changed the licencing) where I'm no longer concerned about having the same setup wherever I go. I have started to think about Visual Studio because its used a lot in the Arduino/ESP32 community and can be used for the other languages I regularly use (Python, various assemblers) and I'm toying with the idea of C Sharp if only out of interest and making Linux/Windows compatible graphicy programs. My general advice is the best IDE or Editor is the one you use most, in reality most people use less than 10% of the functionality of even simpler editors, and the most important thing is how well it integrates with the other tools you use like source management, cloud storage, and the languages you use. Thonny is a great little tool when working with MicroPython and other embedded programming, but the editor is limited which is mitigated somewhat because the programs you are developing are also usually small.
@sibtenajam9774 Жыл бұрын
can you guide me in programming
@veselinjokanovic3032 Жыл бұрын
An OG gigachad programmer. Respect sir.
@balasuar Жыл бұрын
Right? Back in the day the reason everyone should bother to learn VI was it came installed on pretty much every system. If you're still thinking about cross-platofrm applications, you might want to consider using Electron, and taking advantage of webtooling. Outside of that, sublime text + terminal is really all you need.
@bassyey Жыл бұрын
Even today I just remote Linux systems and AWS instances everyday in my job. I mostly use VIM for small changes. I'll setup a remote vscode remote if there's anything significant.
@murtajiz54511 ай бұрын
I feel like I just ran into a grand level mage. Wow.
@RichardPerfectKiwi2 жыл бұрын
One really important point about editors is that your project should not need a specific editor to write code. Looking at you Eclipse. Every member of the team should be able to pick whichever editor they want. All build scripts should exist outside of the editor itself because your code should last for decades and many editors will come and go.
@__lasevix_2 жыл бұрын
Why does eclipse even exist? I've only ever heard negative opinions on it..
@rihasanatrofolo24722 жыл бұрын
@@__lasevix_ What's wrong with eclipse?
@__lasevix_2 жыл бұрын
@@rihasanatrofolo2472 idk, a lot of things from what I remember
@ahuman324782 жыл бұрын
@@rihasanatrofolo2472 Pretty sure people hate it because it's an IDE for Java, and everyone hates Java (not me tho)
@klasterdev1542 жыл бұрын
@@rihasanatrofolo2472 everything is wrong with eclipse. Some years ago I wrote my diploma project using vim and I still haven’t felt more pain in the ass than when I was using eclipse
@TayambaMwanza2 жыл бұрын
For Angular 2+ devs: Webstorm can automatically import ngmodules for you when you declare a component or feature, e.g if you write *ngif it can automatically import CommonModule. Also Webstorm has Vim emulation, I'll tell you more once I figure out how to exit.
@prowhiskey26782 жыл бұрын
this among many, many other things
@icarojose63162 жыл бұрын
if you use Synfomy or Strapi Webstorm can link those magical classes so when you do cmd/ctrl + click it takes you to where the function was declared, even though it's only linked at compilation time using magic imports.
@ReviloYaj2 жыл бұрын
Been needing that feature in vs code so badly...
@d-e-v-esh2 жыл бұрын
JetBrains is the only platform where their VIM integration is almost flawless. The only other one that is kind of comparable to it is the neovim extension for vscode.
@everyhandletaken2 жыл бұрын
Lol 👏🏼
@moralfuxery Жыл бұрын
If your going to school or learning CompSci, InfoSec, or just programming in general. This channel is a MUST
@Imperial_Squid2 жыл бұрын
Important to note, JetBrains can be a bit pricey but if you're a student/academic you can get all their stuff for free with your university email! I got PyCharm as part of a software bundle when I started my undergrad and I would honestly struggle to use anything else at this point...!
@binbashbuddy2 жыл бұрын
It is pricey, but I do this for a living. If I were a professional mechanic I'd buy professional tools, as a professional programmer I have no problem buying professional tools and I'm paid enough to afford them.
@dannyblozrov11422 жыл бұрын
I'm quite certain that Pycharm specifically has a community edition that is free, most of their other products don't have it though(Looking at you Clion)
@binbashbuddy2 жыл бұрын
@@dannyblozrov1142 -- They do.
@Leonardo-G2 жыл бұрын
@@binbashbuddy Only Pycharm and IntelliJ have community editions as far as I'm aware. But I'll definitely be taking advantage of my university email to get CLion when I start in the fall.
@binbashbuddy2 жыл бұрын
@@Leonardo-G -- I believe you're correct. Definitely take advantage of the education freebie, it's good that they do that. Good luck with your future as a code puncher.
@lawrencedoliveiro91042 жыл бұрын
0:52 I used punched cards in a University summer job. The keypunch was a think an IBM 129 unit -- it actually had a memory for storing the contents of a card. You keyed it all in (you couldn’t actually see the characters you were keying, just a column count), then pressed the Punch key to actually punch the card, and if there was a mistake, you just advanced to the column where the error was, fixed that, and punched a new card from the updated memory.
@34disorder84 Жыл бұрын
Been using VS Community for ages but decided to try out VS Code after watching this. Dear god, it's so much better for me. I never needed 90% of the features of VS and it feels so much better without all the visual bloat, since i can actually hide all the stuff i don't need. I even set myself a cute lil background image with the Shalldie plugin and together with the Dracula theme everything looks beautiful!
@KRYMauL Жыл бұрын
VSCode is good, but IntelliJ is 1000x better. Fleet sound amazing.
@fluffyfirehydrant Жыл бұрын
@@KRYMauL what if - and hear me out here - what if they're not writing java?
@KRYMauL Жыл бұрын
@@fluffyfirehydrant Fleet works with a ton of languages. I hope they keep it a free version docs.google.com/spreadsheets/u/1/d/e/2PACX-1vTWt9RlJPfIJwD5H7Gsqbu9xHTd-K1oj_zCpP6YIQq8xvjARDYqC6OnVIVt5WPi2-B-vWHZw5qMnhvx/pubhtml?gid=0&single=true
@denis4096 Жыл бұрын
@@KRYMauL IntelliJ is slow, sometimes a little bit buggy and only for specific programming languages or you buy an ultimate licence model that costs a lot of money. I have worked for 2 years with this IDE in my company and finaly switched to VS Code. But it is everybodies personal preference wich IDE fits best for their needs and personal workflow. There is no "best Tool", every IDE has it's own features, advantages, pitfalls and productivity mechanics. My employees all use different IDE's and that's okay, they are free to choose wich Tool-Stack they want work with.
@KRYMauL Жыл бұрын
@@denis4096 VSCode is good, but the debugger is annoying to get setup. I recommended IntelliJ because OC is a student, so they get Ultimate for free. I’m going to look into Fleet today.
@akrosi86502 жыл бұрын
I think KDE's text editor Kate deserves more attention. It was just a notepad clone with syntax highlighting a few years ago, but now it has code completion, function information on mouseover, error checking with compilers, integration with git, LSP support, and embedded versions of KDE's terminal and file manager. It's also very lightweight still.
@gokudomatic2 жыл бұрын
Kate and Geany both deserve more love. They're like the linux version of notepad++.
@scheurkanaal2 жыл бұрын
@@gokudomatic Does Geany do things like LSP support (or other 'smart autocomplete' even)? I believe it didn't. Kate is relatively featureful. I guess Geany is closer to N++, while Kate is in some kind of middle ground between VSCode and N++. But yeah, I've been using Kate a lot lately since I switched to KDE, and it's quite nice, although some things can be confusing too. For example, in VSCode you open a folder as a project and session both at once. In Kate these are separate concepts.
@hand-eye45172 жыл бұрын
AND its open source without spyware!
@SatanIsTheLord2 жыл бұрын
Also where is: Eclipse, KDevelop, QtCreator, Borland Builder (which in it's time was God of IDEs), RAD Studio (which is novadays God of IDE's). I got feeling that this video was created by m$crap grown halfmoron, with head deep inside his own ass.
@andersjackson40142 жыл бұрын
Basicly KDE version of GNOME gedit. Which is basicly a version of notepad++.exe (Yes, there are also an open source version named notepadpp).
@elm45252 жыл бұрын
I switched a year ago from VSCode to Neovim, what an awesome experience. It's been rough to learn in the beginning, but letting the mouse aside is really nice, both for speed and for health.
@percivalpenncoloring2 жыл бұрын
I use VSCode with Vim keybinds. Neovim (LunarVim in my case) is really nice, but overall i prefer VSCode.
@EridanTheEnchanter2 жыл бұрын
@@percivalpenncoloring I was doing the same thing, but I took the time to really work in Neovim exclusively and customize it. VSCode with nvim is really cool but wasn't able to do everything that I can do with nvim. Plus nvim is faster and lighter. I got a new work laptop and didn't even bother to install VSCode. That said, VSCode + nvim + plugins + mapping keys to call VSCode commands is really powerful, gets you 90% of the way there, but keeps the comfortable and familiar interface.
@Abdessamad889.2 жыл бұрын
@@EridanTheEnchanter i dont know, for me VSC is a big deal when debuging & programming, it really make you feel the code.
@hand-eye45172 жыл бұрын
@@percivalpenncoloring vscode is spyware . some people prefer not to use spyware...
@exnihilonihilfit63162 жыл бұрын
@@hand-eye4517 Weirdo... Inform yourself more.
@ClaudioBOsorio Жыл бұрын
This video is 7 months old and I've learned so much. Got all the notifications turned on from now on !!!
@PlGGS2 жыл бұрын
5:52 Thank you, I will absolutely be describing notepad++ as "Microsoft Excel for writing code" from now on
@ewhac2 жыл бұрын
4:38: Allow me to contribute a second datapoint here: Vimscript sucks. Integrating Lua into Neovim was a good move. Neovim also recently integrated LSP support, so you can get a very IDE-like experience.
@hectorcanizales59002 жыл бұрын
Vim itself also has LSP support, provided you have the snake lang.
@evan_game_dev2 жыл бұрын
Never used Vimscript but I will take your word for it. As far as Lua, I have one word to describe it. Garbage. The editor I use uses a combination of C++ for more hardcore things and it's own language for smaller things like project configuration. It also has really nice support for integrating batch files. The best part is is that the mouse is completely optional, meaning that you can actually be fast (using a mouse for code editing is just dumb if you ask me, very slow).
@OveRaDaMaNt2 жыл бұрын
@@evan_game_dev 4coder?
@heroe14862 жыл бұрын
Lsp support was already here with coc.nvim for both vim and neovim
@evan_game_dev2 жыл бұрын
@@OveRaDaMaNt yeah, have you used it? Or did you see my other comment lol
@jynxycats2 жыл бұрын
I am a webstorm advocate as well. It's hard to think anything could be as useful as VSCode, until you see the level of extra IDE functionality you gain. Of course, price could be a concern, but if it helps you do a job faster, then it's an investment!
@Nocare899 ай бұрын
I agree. I rage-quit vscode because it was getting too slow for my 10yr old machine to handle. When I initially picked up vscode a decade ago, it was because it was faster than atom. Tried sublime and it was meh. Booted webstorm trial and I haven't looked back. It's fast and does everything. I was even able to remove postman from my workflow. Another bloated slow app I hated using. I wrote a setup instructions document the other day and discovered if I drop ```bash ``` lines in a markdown file I then get little arrows to execute those blocks. Such a little QOL type of thing i'd never even think of.
@TheSuperBoyProject4 ай бұрын
Just get your job to subsidise your coding. That's what I did and have the entire suite for free
@Sakrosankt-Bierstube2 жыл бұрын
I had 200 IDEs when i started programming. I actually started with notepad++ (i didn't understand linux back then), than eclipse and atom, after a while i started to use ubuntu and used vim for a while but then.. i found IntelliJ IDEA Ultimate.. one IDE.. nearly every scripting and programming language... i love it!!
@pimas11 Жыл бұрын
I agree I love their products, integrated database features are always super useful
@sjoerdev6 ай бұрын
intelliJ is only for java
@Sakrosankt-Bierstube6 ай бұрын
@@sjoerdev IntelliJ IDEA Ultimate... is not just for Java. It's an IDE which out of the box is perfect for fullstack devs... and has a shitton of plugins for e.g. Rust, Lua, Python, etc. so... no... no it's not.
@sjoerdev6 ай бұрын
@@Sakrosankt-Bierstube plugins dont count
@Sakrosankt-Bierstube6 ай бұрын
@@sjoerdev Jetbrains provides easy to access and up-to-date plugins for their IDEs and they dont count? Ok sure.. so... vi and vim don't count because they can't do anything on their own except saving text-files.. the same goes for VSCode or even Atom (which sadly is no more). Ohh and IntelliJ Idea Ultime still supports those things out of the box: SQL, HTML, XML, JSON, YAML, XSLT, XPath, Markdown, JavaScript, TypeScript, CSS, Sass, SCSS, Less Java Groovy Kotlin Spring (Spring MVC, Spring Boot, Spring Integration, Spring Security and more) Spring Cloud Java EE (JSF, JAX-RS, CDI, JPA, etc) Jakarta EE (JSF, JAX-RS, CDI, JPA, etc) Micronaut, Quarkus, Helidon Hibernate, JPA Ktor JavaFX Swing (incl. UI Designer) Android (includes the Android Studio's functionality) Thymeleaf, Freemarker, Velocity Liquid, Go Template, Mustache, Qute available AspectJ, OSGI React, React Native Angular Node.js Next.js Vue.js Maven Gradle Ant npm Webpack Gulp, Grunt But sure.. NPM, Vue.JS, Angular, React, Webpack... that's all Java stuff. Everybody just uses it the wrong way.
@icicles02 жыл бұрын
Please make more “i tried” videos!
@nishantsingh49292 жыл бұрын
Replying here so that this becomes top comment
@cresent65682 жыл бұрын
Bruh
@Iamafuckingmadlad2 жыл бұрын
"I tried socializing with others" - programmer edition
@TopBagon2 жыл бұрын
You haven't even "tried" the video yet
@amber18622 жыл бұрын
I tried 10 ways of approaching I tried videos
@robbybobbyhobbies Жыл бұрын
Quasi-retired 53 year old programmer - I've used, as in written something worthwhile/profitable with, every editor on this list (except the Android one, ugh). Currently use Neovim for my hobby programming in Elixir, Python and SQL. I really enjoyed IntelliJ when a work project forced me to use Java. VSCode was fun and extensible, but a desire to simplify has brought me back to Neovim/LSP/Mason and it feels like home after all these years.
@jozsefk95 ай бұрын
How about Helix? Compared to NeoVim?
@robbybobbyhobbies5 ай бұрын
@@jozsefk9 not used Helix at all. When I've run out of other new things to try I'll add it to the list.
@robswc2 жыл бұрын
I’ve had to use almost all these over the years but JetBrains has always been my go to for starting any new projects. Haven’t found anything that can come close to its refactoring and auto imports.
@kenmken2 жыл бұрын
Yup, been using netbeans ides for a couple years at this point and I still discover amazing extremely useful and powerful features every now and then
@robswc2 жыл бұрын
@Ken haha, yea, I wish I knew how to use all the features! Find new stuff everyday!
@michaelkirk41732 жыл бұрын
Jetbrains is soooo slow. Even on beefy computers. Reindexing.... reindexing....
@wailfulchunk71082 жыл бұрын
@@michaelkirk4173 well thats what makes it fast
@ioneocla65772 жыл бұрын
@@michaelkirk4173 compared to what ? VSCode ? That's pretty unfair. Jetbrains has much much more features then vscode. If you want a fair comparaison, do it with visual studio and you will understand how light jetbrains is with all of it's features.
@knockedgoose42062 жыл бұрын
That little moth banging away at those drums has my heart
@rufuspub Жыл бұрын
Over a decade ago, I came across this doctor that had written his own document scanning app in notepad++ and was using notepad++ as the middleware. I had never seen someone MacGyver a text editor like that before.
@eatfruitsalad3452 жыл бұрын
being able to switch code editors situationally is pretty useful. personally I use sublime to look at long files that would take some time to load on vscode, vscode for editing text (their multi-line editing shortcuts are quite refined) or for personal projects, visual studio for work-related stuff. vim when I just need to edit something real quick in command-line.
@encycl07pedia- Жыл бұрын
I don't think that's a good idea. Just stick with one. Why would you complicate your workflow by using Sublime, VSCode, Visual Studio, and Vim? They all have different options, configs, ways of doing things. I don't get it unless you're in a situation where your workplace forces you to use a specific editor... but even then that should be 2 total.
@DaddyFrosty Жыл бұрын
@@encycl07pedia- you don’t understand it until you have to open a multi gigabyte SQL Export
@rjtimmerman2861 Жыл бұрын
@@encycl07pedia- Because I don't want a text editor when I need a full IDE and don't want a full IDE when I need a text editor. And no, VSCode is not the best of both worlds, I find it seriously lacking compared to Jetbrains' IDEs when working on an actual projects.
@fluffycritter2 жыл бұрын
A thing that's often missed in the history of Nano is that it's a F/OSS clone of Pico, which started life as the Pine Composer, the editor embedded in the Pine email client.
@paulunga2 жыл бұрын
Never heard of Pine Composer, Pine or the acronym F/OSS. Thankfully I'm a software developer and know how to use google to skim the most relevant information at the time. I'm sure the skimming will come back to bite me in the ass at some point in the future.
@RobinCernyMitSuffix Жыл бұрын
@@paulunga yeah... I've never read F/OSS, it's usually abbreviated as "FLOSS" --> Free/Libre Open Source Software
@Soularia-Sevine Жыл бұрын
Visual Studio code is my absolute favorite. Pretty much covers anything you need.
@grzegorzniedzielski68852 жыл бұрын
If you would install 40+ VSCode extensions, then rework them all to be more reliable and seamlessly work together with optimized UI you would get JetBrains IDE. Does everyone need 40+ extensions to work efficiently? No, so not everyone will benefit from jumping to JetBrains products from editor Sublime or VSCode.
@tender.branson2 жыл бұрын
VSCode with 40+ extension is like Skyrim with 40+ mods. WebStorm makes sure that all its features work stable together, and probably are integrated between each other.
@laundmo2 жыл бұрын
I really can't wait for setting/extension profiles so i can disable the crap I don't need per project - then extensions become truly an advantage since yknow, i can actually easily disable ones I don't need.
@grzegorzniedzielski68852 жыл бұрын
@@laundmo But why turn them off? Are they that intrusive? When I'm working in PHPStorm I have all the tools I need built-in into the IDE (and some plugins too), most settings are saved on per project basis so if one project is Laravel run on Vagrant and the other is Symfony app with Codeception testing suite i just have each configured differently and have all tools ready, no need to juggle extensions or plugins just setup settings for the project if defaults are not ideal.
@arden67252 жыл бұрын
and yet somehow the jetbrains ide will still take twice as long to launch and be more cluttered than literal random 3rd party software
@grzegorzniedzielski68852 жыл бұрын
@@arden6725 How often do you open and close a project daily that "twice as long" is a deal breaker? If I want to edit or view some random file quickly I use Sublime or VSCode, when I launch an IDE I'll spend several minutes to hours on a single project, and startup time something I don't even notice.
@ОлегСаперенко2 жыл бұрын
"IDEs can be awesome when you committed to a specifig platform" - nice phrase I say they same justifing my vim use for university where I'm writing on couple PL during semester
@sanador28262 жыл бұрын
I'm a scientist and write a lot of Jupyter notebooks and I use Pycharm mostly to write code because Pycharm's notebook editor is way better than the default web interface one. If I need to bang out a quick script or edit something like a text file I almost always use vim. If I am taking notes or writing LaTeX, I use Textmate.
@sanador2826 Жыл бұрын
@Marcos Moutta Does it? Sorry... I'm a nuclear physicist 🙄 haha
@TRAMP-oline Жыл бұрын
@Marcos Moutta 🤡
@bycare Жыл бұрын
Jupyter ==> VS Code LaTeX ==> VS Code!!!! After attention, VS Code is all you need!
@joshkny Жыл бұрын
Jupyter notebooks are for folks who can't code without REPL hopefully you have evolved
@sanador2826 Жыл бұрын
@@joshkny Now why would I do that when I need to draw plots and present these notebooks to colleagues? Right tool for the right job my guy try again
@Onrirtopia2 жыл бұрын
I swear you never make a bad video. Amazing as always. I use vim, btw. edit: yes, i still can't exist
@AlexCouch652 жыл бұрын
I use Arch btw
@null11q2 жыл бұрын
Yesterday I built my Linux From Scratch for the 10th time, BTW.
@conradmbugua90982 жыл бұрын
I use note pad btw
@robertpietraru19392 жыл бұрын
I use punch cards btw
@cassianofranco30822 жыл бұрын
I use Word by the way, i can customize my syntax highlight while coding 😎😎
@kristun2162 жыл бұрын
Microsoft's push for LSP has made all refactoring and smart tools available on every editor that supports it. My neovim config works much much better than having to open up a PHPStorm for every project.
@ioneocla65772 жыл бұрын
For many LSP is the god, but in my opinion, the jetbrains code processing engine is still miles ahead in terms of auto completion or refactoring.
@trannusaran61642 жыл бұрын
ditto for emacs company via lsp-mode ;3
@wliaputs2 жыл бұрын
@@ioneocla6577 in what way?
@aravindpallippara15772 жыл бұрын
@@wliaputs lsps usually don't help with intellij style of refactoring
@Adirelle2 жыл бұрын
@@ioneocla6577 I second that. There are still no LSP for PHP as good as Jetbrains' autocompletion engine.
@RaphaelClancy2 жыл бұрын
I'm not a programmer. I'm a hobbyist who likes programming. Every once in a while I'll need a hardware interface or want to write some code to play around with. (I'm working on realistic landscapes right now.) For me, having to learn this season's cool ide is huge waste of time. It used to really hold me back. Sure, it only takes a few days to get up to speed but, when just want to bang something out, why bother. I totally understand that, for professional programmers, having a good ide is critical. But, I'm happiest with a text editor (Kate) and gcc in a terminal.
@crazyfrogsucker9616 Жыл бұрын
ok
@niceytube205 Жыл бұрын
Who
@PanosPitsi Жыл бұрын
Just learn vscode it’s been around since 2015
@ChickenTandies Жыл бұрын
Gigachad
@PixelOutlaw2 жыл бұрын
Emacs is more of a Lisp based operating system. And before anyone says anything, the editor part is VERY good.
@lightyagami17522 жыл бұрын
0:42 Programming in the old days was hard work, but being able to give the finger to unborn future generations made it all worthwhile.
@MikkoRantalainen Жыл бұрын
2:40 I'd actually argue that Emacs is a modal editor but it modals are not vi-like command mode vs insert mode vs visual mode. The modal states in Emacs is key sequence prefixes. You can consider Emacs as being the insert mode most of the time and entering different command modes with key combinations like Ctrl+H. After you have pressed that combination, the editor is now in "help mode" until you get out of it. Luckily, the default mode is insert mode which seems to match human thinking better than vi-like "command mode is the default mode".
@richtraube2241 Жыл бұрын
It has also been described as chordal since you have to use many 3 key combos, with the result that you spend a lot of time off home row. I ended up using vi-mode and thought why bother. Currently using nvim.
@AndersJackson Жыл бұрын
@@richtraube2241 vi key bindings and modes is because that is the only way to make a text based UI with ed(1) in it. Emacs used the modern terminals, which had Ctrl-keys which could be used to enter many more key combinations then just "a" and "A" (Shift A). Now you had "Ctrl-A" ("C-a" with Ctrl A key chords), which then modern programs used, that wasn't a wrapper around a line based editor.
@Alexis-hj6ci Жыл бұрын
@@richtraube2241 But Emacs has by default a lot of things that Vim doesn't had, for example Emacs has an GUI, so you don't need install anything special if you want to use in Windows, or also in Linux, you had access to special symbols and other pretty features that doesn't work in none terminal. Also Emacs can work as daemon, that means that you can have a lot of IDE features without timeouts when you open the editor, because the editor is always open and only make new windows. Emacs can contain also an integrated terminal, has a very good windows and directory manager, so you don't need to think how integrated that functions in the editor, you can only install the specific features for your language. Also, some of the Emacs bindings already work so fine, that I use some of that instead their Evil variant.
@richtraube2241 Жыл бұрын
@@Alexis-hj6ci Thanks. I'll stick with nvim and tmux.
@mo_mo19952 жыл бұрын
7:53 You are saying like we "want" to use xcode. No, it's Apple forces us to use xcode.
@icarojose63162 жыл бұрын
what happens if you use something else ?
@Eagle3302PL2 жыл бұрын
@@icarojose6316 The Apple assassins are sent to your house at night and replace all your type c cables with the lightning connector.
@Manlikerik88 ай бұрын
True horror@@Eagle3302PL
@adham-omran2 жыл бұрын
You don't need to use Emacs in the terminal. The GUI is clean and simple and with frameworks such as Doom it's easier than ever to jump in and start working. This was not the best showing for Emacs.
@malcolmkahora53182 жыл бұрын
Facts no one uses emacs in the terminal anymore if your are your losing out on so so much
@lawrencedoliveiro91042 жыл бұрын
Emacs doesn’t just have a GUI, it also provides a GUI toolkit you can access from Elisp code. Think of how the menus, status line, windowing etc are implemented -- yup, all in Elisp.
@aravindpallippara15772 жыл бұрын
In the same vein neovim has a graphically accelerated version with smooth scroll and cursor trails calle d neovide No full on graphical extension support however
@akshitkumar94022 жыл бұрын
this guy doesn't know how to emacs
@notusingmyrealnamegoogle62322 жыл бұрын
If it makes you feel any better I think neovim also got the short end of the stick by him not mentioning that they are doing a lot with LSP, treesitter, etc. And it has access to vscode extensions through CoC
@FellnerB2 жыл бұрын
I tried a lot of this. Atom, Notepad, Netbeans, VisualStudio Code and more, but my absolute favorite is jetbeans with the material ui theme. Nice, very clear, fast and very user friendly
@GrantIsCooool2 жыл бұрын
3:20 WAIT THATS NOT A JOKE IT ACTUALLY HAPPENS LOL
@nrg7532 жыл бұрын
My favorite terminal editor is *micro*, I use it on Windows and Linux and it feels like a desktop editor with all the normal shortcuts and mouse support. For desktop, well VSCode of course. Also the guy who developed nano is a Patreon for a tonne of different channels I watch!
@ForeverZer0 Жыл бұрын
For me: Micro for light-editing, config files, small scripts. VS Code for larger scripts and mix-language projects (i.e. writing C extensions for Ruby) The suitable JetBrains IDE for large projects and enterprise languages like Rider for C# or IntelliJ for Java (though rarely). Years ago when I was still using Windows, I was a Visual Studio fan, but would never use it again, even if using Windows, and would definitely stick with a JetBrains product. EDIT: Although this video is nearly a year old, I had tried Fleet on early-access, and was unimpressed by it personally. It might have its niche uses, but overall, it seems like there is always a better tool to use instead.
@jaysonbunnell80972 жыл бұрын
This was a great vid! I’m going to honorarily shout out Micro, which is not yet a mature text editor but sits in the right-middle of vim-nano. It’s non-modal, has mouse support, and uses lua for plugins (but with golang bindings, which is difficult) with easy-to-write syntax highlighting files. I’d love a switch to tree-walk highlighters like atom(rip) was starting implement, but it’s genuinely a good program and I use it daily. Maybe I’ll learn neovim someday, but I’ll get so used to my changes I’ll have a hard time with it on someone else’s machine.
@Thiagola922 жыл бұрын
I has going to comment about Micro too! I have a feeling that is a text editor close to new ones, you don't feel like you have to learn new key bindings
@ahnafalnafis2 жыл бұрын
Text editor evolution 🙂 PyCharm -> Visual Studio Code -> Spyder -> Sublime Text 3 -> Visual Studio Code -> Neovim -> Visual Studio Code -> Vim
@ahnafalnafis2 жыл бұрын
@Ahk all the way! VSCodeVim doesn't work how I expected to be. Also I use a low-end laptop that has 2 GB ram. If I use VSCode it occupies more than 600 MB where Vim only takes 100 MB and it's enough to get the job done.
@jelouche10 ай бұрын
@@ahnafalnafis can we get all the functionality of plugins of vscode in neovim. I am starting to learn neovim, since i have pretty good typing speed. Should i continue or just stick with vscode
2 жыл бұрын
Emacs is more like VSCode but with Lisp instead of Java-Script. Emacs also can use Vim-Keybinds. I heard from many users that they moved from Vim to Emacs because of Emacs ability to extend itself. Emacs can use Emacs-Lisp for extensions that can be compiled and native modules written in any language to be extended.
@tie2tight10 ай бұрын
VS code also has vim keybind extensions, how i learned vim
@BalduinoFernando2 жыл бұрын
I just stick to Sublime Text and vscode and I'm happy with it.
@marcusunivers2 жыл бұрын
I hope someday VSCode switches from Electron to Tauri to make it way more lightweight. I know this probably never happened but let me dream 😅
@itsmitko7 Жыл бұрын
"Things like undo, find and replace, cut copy and paste are all common place" That was smooth
@WolfPhoenix02 жыл бұрын
JetBrains IDEs are easily THE best IDE tools. I've been using them for years in work and have always been satisfied. Interestingly enough, I've never used their refactoring feature though.
@aaronroach8372 жыл бұрын
I use both Rider and WebStorm. Their refactoring tools are easily my favorite features. Some of the operations you can do feel like magic.
@danielschmider50692 жыл бұрын
Shift F6 my man, its excellent
@abdellatifdev2 жыл бұрын
I can’t believe he skipped the important parts of neovim such as built in lsp, treesitter integration, and more
@hectorcanizales59002 жыл бұрын
I was also expecting him to talk about emacs eVil Mode
@thedebuggerofnothing31382 жыл бұрын
Hell yes i am crying
@abdellatifdev2 жыл бұрын
@@hectorcanizales5900 it’s seems haven’t heard of them
@natesimonsen87162 жыл бұрын
kinda makes sense neovim is a beast to try to get into for the first time
@c1dk1n2 жыл бұрын
How much time ya got for a video? I use Emacs, and definitely don't have time for all the Emacs he missed.
@jay33682 ай бұрын
I love throughout the years how you have maintained the same style in your videos.
@CodingWithLewis2 жыл бұрын
Really interested in Fleet when it comes out.
@BalduinoFernando2 жыл бұрын
I hope it comes to be free.
@krassebewegtbilder2 жыл бұрын
I hope they make it open source
@JoshuaMcFarland2 жыл бұрын
I hope they come to my house and install it on my computer for me
@mohamadybr2 жыл бұрын
I hope they stop it and get some help.
@delphicdescant2 жыл бұрын
I hope it runs in emacs
@whaisonw28652 жыл бұрын
I love Webstorm for all its polished Plugins. The database tool is the best I have tried
@razakalsharafy47086 ай бұрын
At the end of 80s, we used to use SideKick editor for C/Fortran/Cobol university projects. It was awesome because it was reside in memory and we don't need to quit to compile.
@lmtr02 жыл бұрын
Emacs is not a terminal app, you should use the GUI version, emacs doom is also a cool thing
@healord512 жыл бұрын
doom emacs saved my family
@osbourn57722 жыл бұрын
You could run it in a terminal but that foregoes the ability to display images and pdf documents and switch font sizes in different files
@alanmauriciocarrascoperez21882 жыл бұрын
something inside of me broke when I saw emacs on the terminal
@Jebusankel2 жыл бұрын
I've tried but the backwards mouse pointer and weird select and copy and paste behavior drove me nuts.
@lawrencedoliveiro91042 жыл бұрын
Emacs isn’t just a text editor, it is an _editor_ . I have successfully used it to patch binary files.
@SkyyySi2 жыл бұрын
An editor I've really come to like recently is micro. You can think of it as if nano would be remade today. It has plugins (including a package manager), linting (using linters installed on your system) and all the features everyone uses anyway - just, by default. No setup required.
@brettaberle59112 жыл бұрын
I used this for my C++ courses in college. It was easy to use as a person used to GUI editors.
@billtensus Жыл бұрын
I miss Atom.
@xXEpicGamerXx-g1x2 ай бұрын
Intel Atom was when Intel started declining, all the answers were right in front of us yet we were too blind to see!
@chris-hayes2 жыл бұрын
6:28 "And if you're paying for DreamWeaver in 2022..." "Stop it, and get some help" 🤣 He's right though
@RonnieNissan2 жыл бұрын
Emacs rocks. Also, emacs is a GUI first software.
@rutabega3062 жыл бұрын
Did you mean vi?
@mauricenr29692 жыл бұрын
@@rutabega306 Google here - Did you mean emacs?
@normalperson-x7o2 жыл бұрын
@@mauricenr2969 Google here - Did you mean vi?
@official_mosfet Жыл бұрын
Sometimes, i stop and think something like "VS Code has that many features, and i don't use a third of then".
@Aviation6672 жыл бұрын
Hey fun fact, emacs has a mode called "evil mode" it changes emacs keybindings to vi keybindings and there is nothing else to say
@healord512 жыл бұрын
Man I really love Doom emacs, the perfect son from vim+emacs.
@fpodunedin36765 ай бұрын
Used sublime for a number of years. Great editor really, one of a kind for its era
@rpxdytx2 жыл бұрын
I use neovim, integrated it with rust and c/c++ and it is awesome, never going back to vscode because it is fast, simple, not electron based, foss (which means bye microsoft), and using some plugins + nerd fonts it feels beautiful. Gotta try sublime next
@yes-vy6bn2 жыл бұрын
zed editor.
@v01d_r34l1ty2 жыл бұрын
Yo you gotta try the Comic Code font (inspired by Comic Sans) it actually 100% seriously looks and feels really good to use. It's nuts, I thought I'd hate it.
@FUnzzies12 жыл бұрын
How to find vim users. They'll tell you.
@eskomo342 жыл бұрын
@@FUnzzies1 how to find people that don't use vim, they'll tell you
@rpxdytx2 жыл бұрын
@@FUnzzies1 for sure
@TheEquilibrium472 жыл бұрын
In emacs you can setup email client, play games, do anything you want to do
@levyroth2 жыл бұрын
Anything except be cool 😎
@lawrencedoliveiro91042 жыл бұрын
Including instil feelings of inadequacy in the Emacs-envious.
@alessio84552 жыл бұрын
Yo you forgot MS Word
@LynxDev-IO2 ай бұрын
Wordpad!
@HmongCrypto2 ай бұрын
😂
@Alcinos2 жыл бұрын
Probably one of the best video yet from this man. Perfectly balanced in memes & useful information.
@Hyperboid2 жыл бұрын
Emacs is the "choose your own adventure" of IDEs
@DenajM25 Жыл бұрын
I can explain lua in 4 words, "python but for games"
@ICannotStandLeftards Жыл бұрын
You can count but our President cannot. 🤣
@dulguunjargal119910 ай бұрын
@@ICannotStandLeftardsThe Orange man is the C script of Politics
@TheSuperBoyProject4 ай бұрын
Python but good
@Myrkvi_2 жыл бұрын
Kakoune, while niche, is also worth a mention. Its user experience is very similar to that of Vi(m), though its modal mode is selection→command rather than Vi(m)'s command→selection. Behind the scenes it works very differently, especially with how plugins/extensions interact with it. Micro is also a neat terminal editor, providing shortcut keys familiar to those in GUI editors, and isn't a modal editor.
@linuxramblingproductions85542 жыл бұрын
Yeah kakounes really nice if I didn’t use emacs i would have probably switched from neovim to kakoune
@ioneocla65772 жыл бұрын
Helix is also worth mentioning. Kakoune like with built in lsp/treesitter support
@kotimara87112 жыл бұрын
Refactoring and code completion in webstorm is far superior to VScode
@themisir2 жыл бұрын
that's what he said
@MaryamMaqdisi2 жыл бұрын
I love Jetbrains IDEs. I'm currently working with RoR and a full-blown IDE feels overkill to me, but I enjoyed IntelliJ Community when I had to work with Java.
@omri93252 жыл бұрын
And that's it, everything else sux
@modernkennnern2 жыл бұрын
@@omri9325 other than for some niche JavaScript frameworks, JetBrains' IDE are superior to VS Code in practically every way. Better code reformatting, and more in-depth understanding of the code (meaning it can catch issues better than VS Code) being the two most important ones
@omri93252 жыл бұрын
@@modernkennnern 🤣
@Usman._ Жыл бұрын
I’m in love with this channel. Specially the humour 😂😂🤭 funny guy who makes the computer science videos fun and not boring like others. Thanks for making our day!
@zedovski2 жыл бұрын
Should try some of the Vi offshoots with advanced configs such as Neovim (Try LunarVim config). Really enjoyable environment with support for fuzzy search, linting and code completion
@AmirHosseinHonardust2 жыл бұрын
I atrongely suggest people start with the video series that maker of lunarvim did, which teaches you to build the environment yourself. You will feel comfortable making it anyways you want.
@w花b2 жыл бұрын
@@bence3776 sounds imposing
@JThompson_VI2 жыл бұрын
This Been using LVim for a couple months now. Love it, havent touched a config file since I started using it
@spencernaugler7922 жыл бұрын
Checkout Helix it is written in rust. In my opinion it is what vim should be
@sabitrap2 жыл бұрын
Yo have you configured the debugger in lvim? If yes please link me up with some dot files.
@chrzan96082 жыл бұрын
Emacs may take a substantial amount of time to configure, but once you have it configured to your liking there's just nothing out there that feels so empowering. That is just how I felt/feel about it.
@vaisakh_km2 жыл бұрын
Neovim may take a substantial amount of time to configure, but once you have it configured to your liking there's just nothing out there that feels so empowering. That is just how i felt/ feel about it.
@lakrinmex81322 жыл бұрын
you still need to be pressing ctrl almost all the time
@lakrinmex81322 жыл бұрын
@@vaisakh_km you still have modes.
@jeremy75562 жыл бұрын
@@lakrinmex8132 there're many alternatives. evil mode, god mode etc. customize it how you want
@chrzan96082 жыл бұрын
@@lakrinmex8132 you can always use evil-mode, I got converted to it and there's no going back, ever. But frankly you can make make Emacs do whatever the hell you want it to do, there are very few limitations, if any.
@potatomustdie3959 Жыл бұрын
6:49 My eyesight will never recover from this flashbang.
@frozenintime2 жыл бұрын
Fleet truly adds productivity that considers the needs of someone/teams that build applications, not a series of scripts. Which is amazing, since so many editors (vscode) keep trying to be an IDE yet still focus on scripting or a mono repo of scripts....
@misaelpereira96792 жыл бұрын
JetBrain's IDEs are undoubtly the best IDE ever exists
@uziboozy45402 жыл бұрын
Yup, only rookies use VSC 😂 Disclaimer: people try to use VSC like its an IDE, when in fact it's just a code editor
@omlachake25512 жыл бұрын
Yep, but with stupid brains like mine, comes the ability to declare those big softwares waste of time
@EternalConglomerate2 жыл бұрын
Best out of the box but bloated for most use cases.
@uziboozy45402 жыл бұрын
@@EternalConglomerate it's not bloated. It's an IDE, not a code editor 🤣🤦♂️
@tim.gromeyer Жыл бұрын
I use QtCreator. Pretty lightweight and powerful. Especially the build in tools like clang-format, clang-tidy, clazy, cppcheck, gdb, vallgrind, callgrind, perf, git integration(i like the diff view), automatically refactoring, etc
@norndev2 жыл бұрын
Notepad++ has always been my favourite code editor, I tried all the modern editors like vscode and I just can't get used to change lol.
@ArnoldsKtm Жыл бұрын
n++ is like using gimp over photoshop it does the job but you get aneurysm doing so
@norndev Жыл бұрын
@@ArnoldsKtm bad analogy, people using notepad++ for backend coding clearly can't do front end design
@misraaditya92132 жыл бұрын
2:24 Looks like that bug drummer is Fireship's favourite too.
@heddevh Жыл бұрын
The Google easter egg suggesting 'emacs' when searching for 'vi' and vice versa somehow is the easter egg I appreciate the most out of all they've done.
@BoloH.2 жыл бұрын
I've dipped my beak in almost every one of these, and VS Code is my choice just for the reason that while it's not the best editor for anything, it does everything pretty well, and that's something I can really appreciate when working on several different languages during a day.
@kiramaticc2 жыл бұрын
VSCode is pretty good, especially for languages that are less popular or don't have a dedicated IDE. I still find myself using Jetbrains' products though. There is something about Jetbrains' products that feel really good to use. The refactoring is top tier, the VCS integration is really well done, great tooling for very specific frameworks/languages, etc. Especially if your company can pay for your license, it's hard for me to see a reason to keep using VSCode.
@andreasnulein7822 жыл бұрын
I have tried the Fleet Early Access and was quite underwhelmed. It looked like a cheap clone of VSCode. For me it was definitely waaaaaayyyy to alpha to even begin seeing the advantages. Also it was pushing too hard to "everything in the cloud" nonsense PS: i use pyCharm / Webstorm everyday and love those
@joshuawalker73752 жыл бұрын
Thanks for sharing. I was wondering if I should check out Fleet. Why did you decide on those rather than VScode?
@AnirbanChakraborty942 жыл бұрын
I use DataGrip almost daily and I can say there's no other such IDE in the entire world... IDE for Databases....who would have thought that.... However, Jetbrains did, and came out with this amazing piece of software
@sipher35162 жыл бұрын
@@joshuawalker7375 Not OP, and at the risk of sounding like a "get off my lawn" crusty old guy, but when you really need complex feature integrations it's so much better to get those out of the box in a product than have to rely on plugins and the like. I dabble with VSCode for my side projects, but my day job is maintaining legacy Java apps on a full enterprise stack (cloud? what's that, we don't have that around here lol), and IntelliJ can support all that out of the box with just a few button clicks for one time setup. I have limited experience with WebStorm directly, but I remember it felt like just a different theme on IntelliJ it was so close in functionality.
@joshuawalker73752 жыл бұрын
@@sipher3516 I see, thank you for sharing your insite on the matter. With this feedback I dive down the rabbit hole.
@AdamOnAir648 ай бұрын
Paper or Vim. Before (80's, game developers, Nintendo), they coded on paper. Really practical.
@distant66062 жыл бұрын
This is my opinion on this topic: If you want cloud go with github workspaces or smth like replit If you want a terminal text editor go with neovim (and to make it even more useful maybe add an ide layer like spacevim or lunarvim) If you want a gui text editor that is similar to vim use emacs otherwise use vscode/notepad++(although notepad is obv inferior) Finally if you re a professional working on a large project jetbrain ides are the best option.
@adamkostrzewski49822 жыл бұрын
Jetbrains are probably only beaten by Visual Studio when it comes to C++ and C#
@shivomsrivastava65402 жыл бұрын
I love lunarvim. Been using it for a while now.
@amythistfire50422 жыл бұрын
In a previous job I used JetBrains Python editor and in was the best dev env I've used thus far.
@a1r5922 жыл бұрын
My experience with webdev using Jetbrains IDE (Webstorm/PHPStorm) in a professional environment is suboptimal. Plugins would often break after updates, autocomplete and syntax highlighting would stop working between versions, projects were continuously indexed making the entire experience slow and tedious. They do however provide good support on their forums but I just wanted something that worked, VSCode did it for me. I have also been using JetBrains Rider for C# projects for a while and it's a lot faster than Visual Studio, so i'll give them that.
@AshesOfEther2 жыл бұрын
@@adamkostrzewski4982 I find Rider to be the absolute best for C# there is. Can't say anything about C++
@mark81322 жыл бұрын
The best code completion I ever got was through jetbrains and surprisingly neovim, I had customized it to the bones with 50+ hours spent on it. Moving away from it to webstorm for a while was a pain. Used vscode last week after 2 years and it feels like shit in comparison.
@thamizhansurya85192 жыл бұрын
I've learned to use vim about 2 years ago and I can't get out of it. The amount of control and speed I get with vim is that much good.
@theena2 жыл бұрын
I was waiting for the Vim joke, and it didn't fail to deliver. For people new to coding and want to learn, say, Python, JetBrain's PyCharm, community edition, is incredible.
@chris-hayes2 жыл бұрын
For the Vim + VSCode users, OniVim (2) has shown potential as a more performant alternative. Think VSCode, but native Vim support. Sadly, the main developer on it doesn't have money to keep doing it full time and the project has stagnated a bit in the past year. I've toyed with it, but my short term solution has been to buy more RAM instead of leaving VSCode.
@tolleythinking10582 жыл бұрын
Right there with ya. Or, can we get someone to compile electron apps into native apps? 🤔 (aka make vs code native)
@chris-hayes2 жыл бұрын
@@tolleythinking1058 doing that is a lot more work than compiling it differently. Electron code would have to be completely rebuilt with a different tech stack, which is what OniVim did, it's built from the ground up using "Revery", which is an Election alternative. VSCode is a gigantic project, so rebuilding parts of it is a massive effort.
@shazam3142 жыл бұрын
Seems like Onivim 2 is not being maintained anymore.
@robertgiggie6366 Жыл бұрын
Press “f” in chat for Atom. It was amazing
@Sky_ye2 жыл бұрын
6:48 - Flashbang
@fennewald52302 жыл бұрын
re: 2:30 emacs is technically an entire operating system.
@stevenburrell85822 жыл бұрын
Oh my God... He just glossed over Zen mode and I was like "wait what!?" and had to try it out. This is my new favorite thing now!!!
@uziboozy45402 жыл бұрын
There's a big difference between an IDE and a code editor :)
@satyamanand6198 Жыл бұрын
Started writing code on notebook using pencil and eraser and now we’re here
@datlego36732 жыл бұрын
I loved your explanation of the history of code editors, but the jokes in this video are top notch! I loved that you used the Jordan "Stop it" clip and extended it to the point that he said that Mcdonalds wants to give you a chance, implying that you should work for McDonalds if you are going to use a greedy and slow program like Dreamweaver. Clever!
@vivekbooshan99542 жыл бұрын
You should try out helix, it has been such a lovely editor to work with. It’s like the best of nvim and kakoune put together and then some. It’s so easy to set up LSPs and customizations. It uses selection -> action ordered commands and has a really nice default configuration.
@danshusharma74502 жыл бұрын
Am a happy neovim user for now but helix def has my attention. I have a feeling it’ll replace neovim for me once it’s more mature
@maxime29492 жыл бұрын
I was about to post the same comment ! It comes with all the "only IDEs do this" features thanks to LSP support. It's only really missing github and/or plugins
@brhh2 жыл бұрын
@@danshusharma7450 as a previous neovim user, you should try to compare helix with doom emacs (emacs with vim shortcus, does everything neovim does and more) and go with one of them
@cheems13372 жыл бұрын
I tried it out, it's great but it has its issues and doesn't have as many features as vim
@drsensor2 жыл бұрын
I've been using helix "full time" and eager to see when DAP (debug adapter protocol) and window resizing landed. Previously I'm neovim user with minimal config. VSCode still exist on my machine but only used when styling web or mobile apps.
@raphaeloberhummer5071 Жыл бұрын
I love to work with VSCode, because it has syntax highlighting, a debugger and autocomplete. I also can work from the integrated terminalwindow, which I learned to love.
@pluxi0201 Жыл бұрын
switch to vscodium its a 1:1 clone but doesnt track your usage data like vscode
@gagagero Жыл бұрын
@@pluxi0201 It's not a 1:1 clone. For example, it's plugins are much worse.
@danieleproia2 жыл бұрын
1:13 and because it's meant to be used on workstations/pcs/servers that may not have a mouse, or ssh-controlled ones
@NilsMoller2 жыл бұрын
I am REALLY excited about Fleet. Not because it's lightweight, but because it promises to combine all of JetBrains' IDEs in one (I use WebStorm, Rider, IntelliJ, and the toolbox to manage it all). They have said it can be "transformed" into a full IDE, as opposed to VS Code which feels more like it can be hacked together with addons to kind of fulfill the role of an IDE. We'll see, but I'm definitely excited
@nadanke22682 жыл бұрын
Everything WebStorm can do can be added to IntelliJ with (official) plugins. I don't think the same is true for Rider though
@xeamek992 жыл бұрын
You don't have to use both webstorm and intelliJ, because latter uses the same code base for its js extension (built-in) as webstorm, so you have exactly the same features in intelliJ as in webstorm. Technically, they can have slightly shifted release schedule so if you reaaaally care about some super new feature webstorm can have it few months earlier, but in general all the jetbrains IDEs are packaged inside intelliJ, as long as you have non community version, that is. Rider (and clion) are different though, and with those it's true you can't replace them with using IntelliJ
@NilsMoller2 жыл бұрын
@@xeamek99 while this is partially true, the features aren't 1-1 transferrable