this post was submitted on 21 Jul 2024
885 points (97.1% liked)

linuxmemes

20703 readers
2679 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 1 month ago (1 children)

The good old lying approach, I see.

[–] [email protected] 9 points 1 month ago (6 children)
[–] [email protected] 19 points 1 month ago (1 children)

i somehow feel this might be sort of a vim-vim situation 😁

[–] [email protected] 2 points 1 month ago

Aside from being boomer tech, I'd say that both are text editors.

[–] [email protected] 7 points 1 month ago (2 children)

Have you heard of our lord and saviour, Delphi?

[–] [email protected] 2 points 1 month ago (1 children)
[–] [email protected] 3 points 1 month ago

I wish they'd open source it.

I don't think anything else comes close for just dropping a bunch of shit on a form and running it.

[–] [email protected] 1 points 1 month ago (1 children)

I haven't. What's that and does it come close to neovim?

[–] [email protected] 1 points 1 month ago

I think it's a different beast entirely.

The open source alternative to Delphi is Lazarus if you're that way inclined.

A lot of Delphi was the work of Anders Hejlsberg, who you might remember from other little known languages such as C# and Typescript.

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

There is some that are faster and probably lighter and more efficient. But better, no. VSCode takes the cake. I use VSCodium.

[–] [email protected] 5 points 1 month ago (1 children)

VS is not VSCode, not even comparable

[–] [email protected] 1 points 1 month ago

You say that as if somebody was disputing that.

[–] [email protected] 3 points 1 month ago

I'm more partial to Zed now. I like to type in high FPS.

[–] [email protected] 3 points 1 month ago

I'd consider vscode to still be a text editor, although I do really like using it for TypeScript. For me, VS still takes the crown because it's just so good at debugging and evaluating C#. It's hard for anyone to compete since Microsoft largely owns (yes, I know the .NET Foundation is responsible for .NET) the whole ecosystem.

[–] [email protected] 1 points 1 month ago (2 children)

VS Code is a code editor, not an IDE.

[–] [email protected] 8 points 1 month ago (1 children)

The distinction ceased to be meaningful the minute language servers got introduced.

[–] [email protected] 1 points 1 month ago

True. If I were to count text editors then vscode would probably be the winner. TypeScript support in vscode is just beautiful.

[–] [email protected] 3 points 1 month ago

Vanilla vscode is not an IDE, true. But that's a moot point as you can load that shit up with a bajillion extensions and turn it into what's basically a proper IDE.

[–] [email protected] 5 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago (2 children)

IntelliJ is a blight on humanity.

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

Someone hasn't used eclipse, I see

[–] [email protected] 1 points 1 month ago

Eclipse is the Trump to IntelliJ's Hillary.

[–] [email protected] 1 points 1 month ago (1 children)

Says person who thinks Visual studio is the best IDE

[–] [email protected] 0 points 1 month ago

It has seamless integration with the language and framework, and to date (outside of TypeScript support in vscode) I'm yet to use anything that comes close to the level of control in debugging. IntelliJ shits the bed at even basic Gradle builds.

[–] [email protected] 2 points 1 month ago

Suprised nobody mentioned Neovim yet

[–] [email protected] 2 points 1 month ago (1 children)

Even for dotnet, I prefer rider

[–] [email protected] 2 points 1 month ago

I was so excited for Rider, especially since I do like some of the features of other JetBrains IDE's, but I've found it just too unreliable when it comes to build support, and despite years of dominance in tooling from the ReSharper days VS intellisense is just much nicer. It's very close though, and IMO Rider is nicer to use for C# than IntelliJ or PyCharm are for their respective languages.