Give zed.dev a try. I’ve been using it over vscode more and more. Lots faster too
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
Why would they copy VSCode including the aspect people hate most.
Had they made it in a native gui I might actually consider it. Otherwise, why wouldn't I just choose vscode.
Ease of plugin development is a major boon
But how's the java support? If it's better than vs code then it might be worth something.
This is their "light IDE" basically, the equivalent of VS Code. Their Java IDE is the full thing, well, Eclipse. Although I personally prefer IntelliJ IDEA.
Is anyone using Eclipse anymore? I’ve barely heard anything about it the past 10 years.
A shocking amount of microcontroller manufacturers have eclipse based IDEs for their chips. Thought that seems to be going out of style, luckily.
Had a coworker five years ago who wouldn’t let go of it. And he was really productive.
To my understanding, there are still some things it does better than IntelliJ, for instance being able to add all missing imports in one go instead of one by one.
I’ll admit though that this is a rather tiny advantage, and as I haven’t touched Java in quite a while, it may be even outdated.
That’s good to hear. I haven’t touched Eclipse in maybe 15 years and back then it fueled me a burning hatred for IDEs. It felt like a huge confusing mess. But maybe it has become more streamlined lately.
Now I have grown out of my hatred and can’t imagine a day without (non Eclipse) IDEs.
I have a coworker who swears by it, particularly for C development.
It seems to be built on the same components as VScode and VScodium. Honestly, I don't see the point... yeah, sure, they want their editor to work on the web, but couldn't they have don't that with a GUI lib that compiles to WASM?
It feels like it's only for open source purists aka a minority.
Yeah I agree, it seems to be built on the same components as VScode and VScodium. Honestly, I don't see the point... yeah, sure, they want their editor to work on the web, but couldn't they have don't that with a GUI lib that compiles to WASM?
Yeah I agree, it feels like it's only for open source purists aka a minority.
I feel like browser support is such a niche. I don't understand why many IDEs dedicate so many resources to make it work on the browser. There are already many options to code on the web if you need it.
Chromebooks maybe?
I always figured the browser part mostly falls out of doing the Electron-for-cross-platform thing.