77
submitted 8 months ago by jackpot@lemmy.ml to c/asklemmy@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] cbarrick@lemmy.world 49 points 8 months ago* (last edited 8 months ago)

VS Codium.

It's VS Code, minus the Microsoft bullshit.

Source code is MIT licensed.

[-] TwinHaelix@reddthat.com 4 points 8 months ago

I really wish the WSL extension wasn't locked behind VS Code. My workflow is heavily reliant on it which locks me into the proprietary IDE.

[-] baronvonj@lemmy.world 6 points 8 months ago* (last edited 8 months ago)

You should be able to setup WSLg then run the Linux Codium in WSL. Regular VS Code will work that way, it just gives a little "hey, you know you could use remote WSL right?" message then keeps chugging.

load more comments (5 replies)
[-] UnRelatedBurner@sh.itjust.works 5 points 8 months ago* (last edited 8 months ago)

when I install codium (with yay, because I use Arch... btw) there is a package that just makes the plugin store the same as Microsoft's. I found one that wasn't working and that was MS pylance, I use pyright now.

load more comments (6 replies)
load more comments (1 replies)
load more comments (9 replies)
[-] 404@lemmy.zip 38 points 8 months ago
[-] humdrumgentleman@lemmy.world 24 points 8 months ago

It's probably Emacs, but I'm a Neovim user, so I'm going to go with that.

[-] nickwitha_k@lemmy.sdf.org 4 points 8 months ago* (last edited 8 months ago)

Same here. Emacs is a solid choice, if you wanna get lispy. I just tend to prefer the vim way of things and don't have the time and energy to try learning Emacs again at the moment.

[-] jackpot@lemmy.ml 3 points 8 months ago
[-] nickwitha_k@lemmy.sdf.org 2 points 8 months ago

Emacs is basically a Lisp interpreter with other utilities, like a text editor, wrapped around it, allowing it to be self-extending. So, if Lisp is language that you like or are interested in, Emacs is a good place to be.

[-] venji10@feddit.de 22 points 8 months ago
load more comments (3 replies)
[-] luthis@lemmy.nz 20 points 8 months ago

Depends on the language doesn't it?

[-] nickwitha_k@lemmy.sdf.org 4 points 8 months ago

Unless it's something like an HDL for a proprietary FPGA suite, in my experience, not really, no. Just need a good LSP, Treesitter grammar, and the rest is just QOL. Not having to switch tools is a perk.

[-] grue@lemmy.world 17 points 8 months ago* (last edited 8 months ago)

Emacs, because it's so configurable that if it isn't the best FOSS IDE it's your own fault for not configuring it right.

[-] 404@lemmy.zip 6 points 8 months ago

In Emacs, you are the IDE

[-] trollblox_@lemmy.ml 16 points 8 months ago

no love for jetbrains ides?

[-] wahming@monyet.cc 11 points 8 months ago
load more comments (1 replies)
[-] ExLisper@linux.community 15 points 8 months ago* (last edited 8 months ago)

Well nvim, obviously. It's pretty much fully featured. With LSP plugins you get all the code completion, hints, type info, docs and so on. You also get typical navigation like 'go to declaration' and some basic refactoring. And all inside the best editor there is. I'm using it for C, JS, JSX and Rust and all works great. I honestly prefer it to IntelliJ, it loads faster and is more responsive.

[-] anothercatgirl@lemmy.blahaj.zone 14 points 8 months ago

My favorite is Kate because it's less of an IDE and more of a text editor with side panes for the project tree and a terminal to run the program. Easy enough to set up a hot key to save-build-run. I think that's all I need?

load more comments (1 replies)
[-] WatTyler@lemmy.sdf.org 13 points 8 months ago

Lots of replies mentioning Emacs but Emacs out of the box is gonna be essentially a text editor (insert obligatory: Emacs isn't a text editor; it's a LISP interpreter).

However, install Doom Emacs, and you have a full IDE experience for essentially any language you could ask for. I highly recommend it.

[-] mojo@lemm.ee 5 points 8 months ago

Emacs is a life style

[-] jackpot@lemmy.ml 3 points 8 months ago

is there a flatpak of this?

[-] WatTyler@lemmy.sdf.org 2 points 8 months ago

I'm not too familiar with how Flatpak works but Emacs benefits from compiling it on your machine natively. Tell me what distro you're on and I can see if I can find out how you'd do that.

load more comments (1 replies)
[-] WatTyler@lemmy.sdf.org 2 points 8 months ago

Following up from my previous comment, there is a Flatpak of Emacs available on Flathub. Here are the instructions for how to install, whilst enabling native compilation, which will offer a performance increase and allow you to use features such as vterm (the best terminal emulator for Emacs).

load more comments (11 replies)
[-] link@lemy.lol 9 points 8 months ago* (last edited 8 months ago)

How about VSCodium? I don't think I should explain why VS Code is best editor.

load more comments (8 replies)
[-] Joker@beehaw.org 7 points 8 months ago

VSCodium, emacs, vim/neovim, helix.

Helix is pretty slick, but it’s not very extensible. Very easy to use and if the out of the box features are good enough for you then it’s a fine IDE.

Neovim is my preference unless I’m working with Jupyter notebooks, in which case I switch to vscodium. It’s a pain in the ass to set up. I took the easy way out with LazyVim. It’s fast to work with and I can use it for almost everything.

I dabbled with emacs many years ago. It’s like vim but completely different. You can make it do anything. Personally, I don’t care for the keyboard shortcuts. It’s probably easier to pick up than vim, but all the key chords and sequences are too much for me. In any case, anyone willing to look at vim should also take a look at emacs.

VSCodium is accessible and extensible. You can’t go wrong with this one. It can’t refactor like the Jetbrains stuff, but if there’s anything else it can’t do then I don’t know what it is. It’s a great IDE.

Really, any of these can do just about any job and do it very well. There’s no choice that clearly stands above the others. It really comes down to personal preference.

[-] Helix@feddit.de 2 points 8 months ago

Helix is pretty slick, but it’s not very extensible.

Bruh, thanks for the compliment, but I can be very flexible.

[-] anarchist@lemmy.ml 7 points 8 months ago

Neovim all the way, super fast and lends you heavy control.

load more comments (4 replies)
[-] puppy@lemmy.world 6 points 8 months ago

Intellij IDEA Community Edition

[-] dessalines@lemmy.ml 6 points 8 months ago

Helix. This is the one that could potentially be the successor to vim.

[-] Helix@feddit.de 9 points 8 months ago

I could never be a successor to vim. However micro is a pretty good editor.

[-] ntzm@lemmy.ml 4 points 8 months ago

I love helix, I just wish the development was a bit faster. The main developers are all quite busy and I would love nothing more for them to be able to use some of the open collective money to pay themselves to work on it full time for a bit. I think in a year or two it will be amazing.

[-] Helix@feddit.de 7 points 8 months ago

I love helix

Woah woah, not so fast.

Love you too

load more comments (2 replies)
[-] netchami@sh.itjust.works 5 points 8 months ago

Emacs because it lets you configure everything exactly the way you want it. You can also go with Neovim, but it only runs in the terminal.

load more comments (4 replies)
[-] Helix@feddit.de 4 points 8 months ago

micro + makefiles. It's very very fast.

VSCodium is OK aswell, has lots of extensions, but a bit slow. I can work with it way better than with IntelliJ products though.

load more comments (1 replies)
[-] ryn@lemmy.ml 3 points 8 months ago
load more comments (1 replies)
[-] dan@upvote.au 2 points 8 months ago* (last edited 8 months ago)

I used to like MonoDevelop maybe 10 years ago, but it's not around any more. If I remember correctly, it was the only open-source IDE that supported C# and ran on Linux. That was before C# and .NET were open-source and Mono was the only way to run C# apps on Linux. Things are way different now.

The best today is obviously nano. It has syntax highlighting, auto-indentation, and at some point they made it so Ctrl+S saves the file. What more do you need? (cut and paste still use weird shortcuts though)

load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 19 Oct 2023
77 points (91.4% liked)

Asklemmy

42502 readers
2222 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