this post was submitted on 01 Oct 2023
115 points (90.8% liked)

Programming

17030 readers
441 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Blackthorn@programming.dev 6 points 11 months ago (6 children)

Personally, I mostly use neovim, both at home and at work. My reasons are:

  1. I hate any kind of screen cluttering. The minimap comes straight from hell.
  2. it's very responsive. I don't even bother using language servers as they occasionally introduce micro delays that I hate.
  3. it helps me in organizing the code better. No minimap means I keep the file size manageable, not seeing the definition of the function straight away means I keep the static complexity of the code in check (tend to reduce the number of delegates). It doesn't help when I have to read cose from legacy codebase, but I don't care too much about that.
[–] Ismay@programming.dev 3 points 11 months ago (4 children)

You do know you can remove the minimaps (that do come from hell) ?

Other than that, I started trying neovim. I like the concept of not having too move your "mouse" hand but boy it's a chore to start xD

[–] minyakcurry@monyet.cc 2 points 11 months ago (2 children)

While I always remove the minimaps, may I ask someone more experienced than me why minimaps are even a thing in VSCode? What am I supposed to see? 1 pixel tall gibberish?

[–] courval@lemmy.world 1 points 11 months ago

In vscode you can see git changes, errors, search matches. Personally I couldn't live without it. Great to pickup from where you started and code reviews/git diffs.

load more comments (1 replies)
load more comments (2 replies)
load more comments (3 replies)