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

Programming

16212 readers
543 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) 15 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 days ago* (last edited 5 days ago) (8 children)

I'm a die hard Microsoft hater. I haven't had windows installed on a pc in years. With that being said I use visual studio code because it's kind of the only text editor that does code completion in the capacity that it does. I can take a class name, type a "." after it and a scroll view opens up shows every accessible member of that class along with comments and information about all the variables. The amount of time this saves is so huge I don't even know how you would quantify it. Nothing else has code completion that even comes close to being that good.

Do non visual studio code users just have to memorize every single function, parameter and return type in their code base? Yeah you can always read the documentation, sure you can always dig through the source code to figure it out every time you forget what data type a parameter is but that takes valuable time.

If they ever put visual studio code behind a paywall or stop making it for Linux, I'm going to be forced to either switch to windows (which I never will under any circumstances) or make a custom made ripoff clone of that entire intellisense code completion system and hack it into whichever open source text editor I deem is the next best thing.

[–] [email protected] 1 points 5 days ago

I only use windows because I have to open PDFs that only open in Adobe Reader from my government.

load more comments (7 replies)
[–] [email protected] 3 points 5 days ago (9 children)

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

load more comments (9 replies)
[–] Carighan -2 points 5 days ago (1 children)

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

[–] qaz 2 points 5 days ago

That's not really it's intended purpose

load more comments
view more: ‹ prev next ›