this post was submitted on 12 Aug 2023
416 points (95.8% liked)

Asklemmy

43663 readers
2135 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] pixel@beehaw.org 2 points 1 year ago (3 children)

are there any good open source alternatives for VSCode for people that don't want to learn emacs/vim? I've been looking for a good code editor to replace it but I haven't been impressed elsewhere

VSCode is open (MIT) but it is packaged by MS to include some tracking/telemetry and they are distributed under a non-free license.

You can use VSCodium for a telemetry free and MIT licensed binary or you are free to build the source where the default config is no telemetry and MIT license.

[โ€“] steve@lemmy.ca 3 points 1 year ago

There is always Eclipse IDE. It's not as polished as Jetbrain's apps for sure but it's still very capable. It's published under the Eclipse Public License. I think the language server code that's used in VSCode is from Eclipse, it can be used for developing many languages and there are lots of plugins and other add-ons to enhance the experience.