Shots fired
-
No I do find the MacBook Air pretty snappy in general. It's just that I do feel an actual very noticeable snappiness difference between VSCode and Sublime/Zed; especially for switching between files within a project. I can still be productive in VSCode (in fact, I think it was the best text editor for a short time when they had the best syntax highlighting of the lighter-ish-text editors). But once LSP was integrated in Sublime, I switched back. Zed feels fast snappy for me, though. So I've been using that more.
Interesting. I used Sublime a long time. I actually thought it was a dead project now.
-
Yeah, that's the reasoning they have. It works with VSCode. Ish.
Funny how such companies don't care that employees would be more effective with better tools and those license prices would result in way over $20/month profit.
️
-
Interesting. I used Sublime a long time. I actually thought it was a dead project now.
it doesn't have as many features as the other editors these days, so I wouldn't necessarily recommend. But I used it for more than 10 years, so my configs and plugins pretty tuned to exactly how I like. So it's my comfy place. And it still feels faster than pretty much everything, sans some terminal editors (but those aren't as comfy for me).
-
Maybe I just have a shitty computer, but I feel like as good as intelliJ is, it's very slow compared to VScode. And fuck me if I'm trying to do anything in Android Studio.
It is slower. It's a fully fledged IDE, VSCode is not so it will always be way faster, but that's again this meme, JetBrains IDE's are super powerful so I guess you can say what it lacks in speed it got in power. It's also written in Java so it's memory heavy, but it is what it is.
I use both and I enjoy both. I would never however use JetBrains to open and edit a single file, its way to slow for that.
-
Recently switched to a new contract, which resulted in me switching from IDEA Ultimate to vscode. This picture is terribly accurate.
In intellij I usually do code reviews by checking out the code and comparing the branch to origin/main to step through the changes. Just a right click menu option to compare branches.
I took for granted that this is just a thing IDEs should do, so I looked in vain for a while before googling it and finding out I need a plugin for that. (If I'm wrong please help me find the button, I still believe it must be in there somewhere. Surely the owners of GitHub can compare branches?)
I use that extension called GitLenses, it provides a fair bit of git tools. Not sure if it has what you want as I use JetBrains more and usually do git on CLI anyways
-
Arent they like $100/yr a pop? Thats less than what adobe charges for photoshop.
Yes, if you use some of them, if you use more of them they become more expensive so the toolbox is a good idea. Still expensive, but usually if you need this you either are a power user or you make money on what you are doing.
-
Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio
sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio
-
No need. Looking at the age of users of emacs vs others we'll live a long time
That's mostly because using inferior software causes stress and stress is unhealthy.
-
sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio
Toilet paper + pencil>>>>>>>>>>sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio
-
Lol wow, intelliJ? Shit's slow as fuck
it isn't particularly slow if you have enough RAM and it has indexed the project
-
This post did not contain any content.
No mention of KDevelop? ;__;
I like it because it is the pretty much only FOSS graphical IDE where the edit-compile-debug cycle works. I'm been using it for last 10y for C/C++/Python, and it recently gained LSP support. (ported from Kate)
-
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.
I freakin love Java
-
Intello sense still won't find the Godot classes
(linux & C#)
What about Rider?
-
it isn't particularly slow if you have enough RAM and it has indexed the project
I personally found VSCode slower.
You need a decent machine to run iJ, but it's worth it and it's really fast when you have enough RAM to give it. I recommend at least 32, but I have 64.
-
What about Rider?
Is that a plugin?
-
You guys use editors? Real programmers only need a mechanical hard drive, a magnetized needle and a steady hand.
Like a code tattoo.
-
This post did not contain any content.
If you want everything bundled instead of à la carte, that sounds more like eclipse to me. But then, I don't understand how anyone can program in Java.
-
Sorts? Not tabs in the way you'd expect but it's default ones can be sufficient
Honestly though once you get pretty good with hotkeys you stop using tabs, for all intents and purposes harpoon is tabs, but better, and without the UI. You just mentally usually pick harpoon keys that make sense to save jump points to, like I'll harpoon FooController.cs to
c
andFooService.cs
tos
andFooEntity.cs
toe
and so oneAnd the I jump around with those keys. Usually when working I only need tops 5 harpoon or so for a chunk of work.
Interesting workflow.
When I'm in Helix I usually just use the buffer jump list, or quick jump with last buffer, or open the list of modified files (according to git), or use splits. All built-in functionality.
It always baffled me with (neo)vim how it was so powerful, yet so incapable unless you put in a lot of work. The potential is there, it just doesn't deliver unless you basically build your own experience on top of the vim platform.
It got to be too much for me, I think.
-
That's like:
Car with the dashboard and the switches all ripped out >>>>> A normal car >>>>> A stereotypical Arab sheik car, with a solid gold dashboard and a fancy infotainment system
-
This post did not contain any content.
Being plugin based avoids bloat (doesn’t matter for code-oss because it’s electron)