Vim is still the best. I needed to replace a bunch of ids with tokens and stringify their integer values. With 1 Vim command, I changed all the matching lines in a file.
:%s/id: \(\d\+\)/token: “\1”/
@1Marc Good stuff! I don’t have strong opinions about the frontend, so I enjoyed hearing you both chat about the trade-offs between framework vs no framework. Other than that, “beautiful vanilla go” was hilarious and the episode didn’t have enough handstands.
@nnja Between "Practical Guide to Python" and "Python Fundamentals" on @FrontendMasters, which would you recommend to start with? My current Python knowledge is super basic, but I have a good bit of Ruby and JS experience.
Using Vim + lsp + solargraph for Ruby/Rails development is the worst. Maybe I am just missing something huge, but the amount of time I spend during work hours trying to get basic lsp functionality like `references` to work is upsetting and not fun.