Content
@
0 reply
0 recast
2 reactions
greg
@gregfromstl
Neovim users, how do you explore a new codebase? In code I wrote, I’m pretty fast but in unfamiliar codebases I’m still much better with vs code
4 replies
0 recast
5 reactions
Britt Kim
@brittkim.eth
I map "<leader>pv" for folder viewing with vim.cmd.Ex. I no longer use tree views. "<leader>pf" is mapped to telescope.builtin.find_files for keyword searches. A lot of "gd" which is mapped to vim.lsp.buf.definition() for drilling into references, etc. some vim.lsp.buf.hover() for docs... I don't really need more.
1 reply
0 recast
1 reaction
greg
@gregfromstl
Very nice. How big are the codebases you typically work in?
1 reply
0 recast
0 reaction
Britt Kim
@brittkim.eth
High variance. 1-100k lines of code. Never a monorepo.
1 reply
0 recast
1 reaction
Britt Kim
@brittkim.eth
I’d recommend the harpoon plugin also if you don’t use it. It’s phenomenal for repos that you are actively working on.
0 reply
0 recast
0 reaction