Shots fired
-
Switched to Zed recently, after finding out it's basically flawless on Linux now (it was pretty bad initially) and after about 20 minutes uninstalled vscodium for good.
It's a very solid editor and one less electron thing on my system.Oh, cool. I didn't know about this one.
Trying Zed now on the eternal quest of eventually replacing emacs...
-
I would argue it's worse. You can't choose the things that are actually beneficial to you and how you work.
You can, they are not built in but bundled
-
Yes, I’d rather have 35 different IDEs for every task I need to do. Much better than One To Rule Them All.
With their products one can have it either way
-
Btw, pylance is proprietary. There's Kylin for jedi as alternative.
wrote on last edited by [email protected]Pyright is the open source language server behind pylance and it works just fine in my neovim setup (in case you hadn't recognized the commands and the logo).
There's also basedpyright if you have beef with pyright.Protip: let someone else manage your neovim setup: just use lazyvim.org
-
Same. I use VSCode at work, because we need some of the features that are premium in Jetbrains products and the licenses are too expensive for my company.
Core development tools licenses are too expensive? That's an odd company or from a very low standard country?
-
Same. I use VSCode at work, because we need some of the features that are premium in Jetbrains products and the licenses are too expensive for my company.
Tell your boss that it's even more expensive to have your foot up his ass. And tell it like Red Foreman
-
Switched to Zed recently, after finding out it's basically flawless on Linux now (it was pretty bad initially) and after about 20 minutes uninstalled vscodium for good.
It's a very solid editor and one less electron thing on my system.I've been experimenting with it on Linux for the last week. Seems interesting, I get mixed feelings from it's minimalist approach, but I tend to use it.
I'll keep it around, looks like it'll stick w me -
Plugins on a universal open source IDE are a better system than specialised proprietary IDEs (that also share "core" code but it's not open source).
Fight me.
Fair warning though: I know these
/weakSpot :g/your confidence/d :x
what did the /d do? I know you're searching for weak spot but I haven't seen :g/xyc/d
-
This post did not contain any content.
VSCode is just Emacs with a weirder Lisp. (/s)
(You can tear my Emacs from my cold dead hands)
-
This post did not contain any content.
You guys use editors? Real programmers only need a mechanical hard drive, a magnetized needle and a steady hand.
-
This post did not contain any content.
Helix crew
-
Most of their IDEs you can use for free for non-commercial purposes and even if you need to buy them; when you compare software development to any other profession our tools are incredibly cheap. You can get all the Jetbrains IDEs for less than 300€. Compare that to a HDL simulator or a 3D CAD application like Autodesk. These easily cost several thousand euros each year.
You mean subscribe to them right? You can't buy Jetbrains products to use in perpetuity. I pay for their all products pack. They have a 40% continuity discount after two years, which is nice. I would agree they aren't terribly expensive for commercial software, but they are competing in a space full of free and/or open source alternatives, unlike many production-level commercial softwares.
That being said, their AI integration features are awful across the board, whether it's their own AI or copilot.
And while I much prefer jetbrains stuff to something like vscode, it's way more about UI uniformity for me. VS Code extensions outside the top 20 tend to slap themselves wherever they want, with html/css dialogues that don't fit the UI, and there's often like 6 versions of an extension that's like "this one is deprecated, but also the other one is deprecated, but the new one is made by microsoft but it's actually 3 extensions now." Whereas generally jetbrains extensions fit within my action panel, toolbar items, and can move widgets to different sides of the UI so that version control stuff, code analysis/structure stuff, external integration/database stuff, and project trees all get their own dedicated part of the workspace
-
This post did not contain any content.
IntelliJ? That's on you for using Java
-
IntelliJ? That's on you for using Java
I can’t remember the last time I had to install a plugin for any JetBrains IDE. You thinking of Visual Studio Code?!
-
Helix crew
Reporting in! 🫡
-
quietly scoots his entire github repo for his neovim configuration and 200+ plugins behind his back
Haha yeah totally
What on earth do you need/use 200+ plugins for? Can you name a tenth of the uses off-hand?
-
what did the /d do? I know you're searching for weak spot but I haven't seen :g/xyc/d
d for delete.
-
You mean subscribe to them right? You can't buy Jetbrains products to use in perpetuity. I pay for their all products pack. They have a 40% continuity discount after two years, which is nice. I would agree they aren't terribly expensive for commercial software, but they are competing in a space full of free and/or open source alternatives, unlike many production-level commercial softwares.
That being said, their AI integration features are awful across the board, whether it's their own AI or copilot.
And while I much prefer jetbrains stuff to something like vscode, it's way more about UI uniformity for me. VS Code extensions outside the top 20 tend to slap themselves wherever they want, with html/css dialogues that don't fit the UI, and there's often like 6 versions of an extension that's like "this one is deprecated, but also the other one is deprecated, but the new one is made by microsoft but it's actually 3 extensions now." Whereas generally jetbrains extensions fit within my action panel, toolbar items, and can move widgets to different sides of the UI so that version control stuff, code analysis/structure stuff, external integration/database stuff, and project trees all get their own dedicated part of the workspace
You can just buy them for one year and keep using the perpetual fallback license. Also, they can fuck right off with their planet incinerating automatic plagiarism chat bots.
-
Switched to Zed recently, after finding out it's basically flawless on Linux now (it was pretty bad initially) and after about 20 minutes uninstalled vscodium for good.
It's a very solid editor and one less electron thing on my system.I like Zed as a concept. Rapid af, vim bindings built in, lean stuff.
But I just can't go back to vim after enjoying helix bindings. They're too good.
-
IntelliJ? That's on you for using Java
Honestly I think I like Java better than C++ because with all that complexity at least you get memory safety, actually readable errors, and portable code. C# is great but Linux support is spotty.