this post was submitted on 11 May 2024
555 points (96.8% liked)

Programmer Humor

19187 readers
1164 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 4 months ago (4 children)

That's actually the biggest thing I miss about VSCode

[–] [email protected] 9 points 4 months ago (2 children)

https://github.com/mg979/vim-visual-multi

I also missed multiple courses, but I started using vim-visual-multi in my nvim config and it's been great. There's a few others I tried that I couldn't get to work quite right (usually some weird conflict with nvim-cmp) but I've had the best success with vim-visual-multi.

[–] [email protected] 2 points 4 months ago

I'm gonma bookmark and try this next time I find the courage to mess around my nvim config. That last none_ls breaking change has made me very hesitant to mess around with things that aren't just colorschemes ngl.

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

I also tried https://github.com/smoka7/multicursors.nvim and the experience was horrible. Then I tried https://github.com/brenton-leighton/multiple-cursors.nvim and I absolutely love it. It has conflict with cmp, but the README has great tutorial on disabling cmp only when using multiple cursors, and dealing with other plugins to maks them work or disable them in the multicursor mode.

[–] [email protected] 8 points 4 months ago (2 children)

helix has a pretty good mc system in the select mode.

[–] [email protected] 5 points 4 months ago (2 children)

search in selection is such a cool workflow

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

yah ive been swapping to hx wherever i need to do refactoring, it’s too good to miss out.

space-r ename symbol for easymode.

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

This feels like something I also do in neovim unless I'm misunderstanding you completely. Is it highlighting text and having yoir search apply just to the highlighted text?

If so, yes it's great whenever you use it

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

yeah, and helix spawns a cursor at every match

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

I've been meaning to check helix out for a while now but haven't found the time :(

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

Same here, but Atom. Maybe I should start using Atom again.

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

FYI atom project is dead. There is a community form available but it was to buggy for me.

[–] [email protected] 3 points 4 months ago

I know it's dead. I still have it, and it still does all I want from an IDE.