this post was submitted on 29 Jun 2024
194 points (96.6% liked)

Programming

17392 readers
153 users here now

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]



founded 1 year ago
MODERATORS
 

The project home page.

The Github

Looks just like VS Code and I think it's still built on electron so take that as you will.

(page 2) 17 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 4 months ago (8 children)

Give zed.dev a try. I’ve been using it over vscode more and more. Lots faster too

[–] [email protected] 2 points 4 months ago (3 children)
load more comments (3 replies)
load more comments (7 replies)
[–] [email protected] -2 points 4 months ago (1 children)

I don't really need another text editor, sorry.

load more comments (1 replies)
[–] [email protected] 48 points 4 months ago (4 children)

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.

[–] [email protected] 30 points 4 months ago

Ease of plugin development is a major boon

load more comments (3 replies)
[–] [email protected] 3 points 4 months ago (1 children)

But how's the java support? If it's better than vs code then it might be worth something.

[–] [email protected] 10 points 4 months ago (1 children)

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.

[–] [email protected] 10 points 4 months ago (3 children)

Is anyone using Eclipse anymore? I’ve barely heard anything about it the past 10 years.

[–] [email protected] 4 points 4 months ago

A shocking amount of microcontroller manufacturers have eclipse based IDEs for their chips. Thought that seems to be going out of style, luckily.

[–] [email protected] 7 points 4 months ago (2 children)

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.

[–] [email protected] 1 points 4 months ago (1 children)

It is outdated. It just requires two clicks.

load more comments (1 replies)
[–] [email protected] 5 points 4 months ago (2 children)

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.

load more comments (2 replies)
[–] [email protected] 5 points 4 months ago

I have a coworker who swears by it, particularly for C development.

[–] [email protected] 8 points 4 months ago* (last edited 4 months ago) (2 children)

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.

Anti Commercial-AI license

[–] [email protected] 3 points 4 months ago (1 children)

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.

load more comments (1 replies)
[–] [email protected] 14 points 4 months ago (6 children)

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.

[–] [email protected] 3 points 4 months ago

Chromebooks maybe?

I always figured the browser part mostly falls out of doing the Electron-for-cross-platform thing.

load more comments (5 replies)
load more comments
view more: ‹ prev next ›