this post was submitted on 18 Oct 2023
1 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I have recently approached the world of Emacs, which I find great... The problem though is that I feel I'm wasting too much time trying to have it running in order to do the real work (and I've seen, there are several memes about it), so I was wondering what are the must-have extensions to quickly fire something functional (similar to vscode... Don't make me get back to that please) for development.

By the way, I've seen several configurations scattered around the web, and something tells me that I've ended up in another anarchic realm (which is, something I both hate and love), as if that of distros -being the same except for one thing- wasn't enough.

Of interest are: Python, Go, Bash, Clojure, Elixir, yaml (Docker, Terraform, Ansible), json, csv

I would also appreciate the general must-have extensions, currently I'm getting lost navigating Doom Emacs and Melpa packages.

Thank you!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

I use languages: Go, Python, Bash, Groovy, Rust

All I need is: Lsp-mode (+ language specific checker), dap-mode (for live debugging), -mode. That's all I need.

Lsp-mode: https://emacs-lsp.github.io/lsp-mode/

Dap-mode https://emacs-lsp.github.io/dap-mode/

language-mode can be installed with package-install

Sometimes it needs some configuration, but in general it's not that hard.

[–] [email protected] 1 points 11 months ago
[–] [email protected] 1 points 11 months ago (1 children)

This is the way, for basic IDE features it should be enough.

Treemacs is also useful if you are used to having a left menu to navigate your project files with the mouse like in most IDE

Anything more is about personal preference an customizing your emacs experience.

In this regard, installing a color theme could help you feel at home, for example this one is a dark mode reusing vs code's colors : https://github.com/ianyepan/vscode-dark-plus-emacs-theme

[–] [email protected] 1 points 11 months ago

Good call on Treemacs. Few long-term or even medium-term Emacs users use it, because it's not actually an efficient workflow, but it can ease the transition.

Heck, I have it installed just for when someone's looking over my shoulder and I want them to follow along better!

There's something to be said for easing folks in with idioms they're used to, before they find the more powerful idioms on their own.