this post was submitted on 30 Nov 2021
19 points (95.2% liked)

General Programming Discussion

7911 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

There is a recent post about the new JetBrains Fleet IDE, but of course it is sadly not open source.

What is your favourite IDE? (Or compiler, language, framework, anything: just share your experience and knowledge)

I'll start:

you are viewing a single comment's thread
view the rest of the comments
[–] gun@lemmy.ml 0 points 3 years ago

I don't feel like explaining it in depth tbh, so there's this comment thread.
https://www.reddit.com/r/learnprogramming/comments/nmliyu/comment/gzpl1k4/?utm_source=share&utm_medium=web2x&context=3
The reason why I would not call it an IDE is that it is designed as a lightweight code editor first. The build/debug environment is not integrated, you can keep things separated, which is what I like about it. If you want an integrated environment, VS code lets you integrate it yourself because it is extensible. The power you get from VS code's extensibility makes it seem like an IDE at times, but it is clearly a different beast entirely when you compare it to Visual Studio IDE.