this post was submitted on 10 Jan 2022
3 points (100.0% liked)

Open Source

30379 readers
888 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I've used VS Code for a long time, but have recently grown weary of Microsoft's approach to OSS. I've checked out VS Codium which seems like it might be a great option.

What text editor are you using?

all 14 comments
sorted by: hot top controversial new old
[–] StatisticallyBiased@lemmy.ml 2 points 2 years ago

You mean there's something other than vim? The hell you say.

[–] lonelyrhino@lemmy.ml 2 points 2 years ago
[–] bashrc@lemmy.ml 1 points 2 years ago

Have been using Emacs for over a decade, and I'm fairly happy with it.

[–] vi21@lemmy.ml 1 points 2 years ago

I'm using GNU Emacs, which is, from my experience, great for open source software and decentralized development. Last year, I found an issue in a package/extension, I could make an experiment by modifying and running its code on the fly. I didn't even need to reload the whole package/extension. So I figured the solution out and submitted a pull request quickly.

[–] ksynwa@lemmy.ml 1 points 2 years ago
[–] mp3@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

vim in terminal
Notepad++ on Windows
VSCode on MacOS

All using Solarized Dark for the color scheme.

[–] QubesGeek@lemmy.ml 1 points 2 years ago

I feel old, I'm still using vi.

[–] Helix@feddit.de 0 points 2 years ago (1 children)
[–] kromonos@fapsi.be 1 points 2 years ago (1 children)

There is a big difference between an IDE and an editor!
An editor is much more simple, while an IDE offers complete project management and other tools!

[–] Helix@feddit.de 0 points 2 years ago (1 children)

Yes and no. The answers to both questions overlap.

[–] kromonos@fapsi.be 1 points 2 years ago

Can be, but don't need.
The question in !programming@lemmy.ml assumes that the editor is used for programming. Here, however, the focus is on OpenSource and does not necessarily have anything to do with programming.