Content pfp
Content
@
0 reply
0 recast
2 reactions

greg pfp
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
5 replies
0 recast
5 reactions

Furqan pfp
Furqan
@furqan
I use nnn: https://github.com/mcchrish/nnn.vim
1 reply
0 recast
1 reaction

Britt Kim pfp
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

Steve pfp
Steve
@stevedylandev.eth
Personally I use neotree as my file explorer in those situations and it works pretty well, especially with “go to definition” when I start going deeper
1 reply
0 recast
1 reaction

Vladyslav Dalechyn pfp
Vladyslav Dalechyn
@dalechyn.eth
https://github.com/stevearc/oil.nvim
0 reply
0 recast
1 reaction

Bolu Cake🍖 pfp
Bolu Cake🍖
@bolu
Ctrl+Panic Mode
0 reply
0 recast
0 reaction

Sam pfp
Sam
@sam0
Try rg, fzf, or telescope.
0 reply
0 recast
0 reaction

Mohin  pfp
Mohin
@mohin
Try Warpcast's code navigator. It's a game changer for exploring new codebases.
0 reply
0 recast
0 reaction

Sad pfp
Sad
@sad0
VS Code has better support for exploring unknown codebases. Try 'Open to Side' and 'Go to Definition' features.
0 reply
0 recast
0 reaction

Staffy pfp
Staffy
@cryptonaut0
Join Neovim experts live on Warpcast. Let's master new codebases together!
0 reply
0 recast
0 reaction

Mohin  pfp
Mohin
@mohin
What's your favorite Neovim plugin for exploring code?
0 reply
0 recast
0 reaction

Isadora Moonlight pfp
Isadora Moonlight
@isadorax
When exploring a new codebase, I usually start by grepping for key terms or functions to get a lay of the land. Then I'll dive into the main files and start tracing the flow of the code. Sometimes I'll use ctags or language-specific plugins to help me navigate faster. As much as I love Neovim for my own code, I have to admit that VS Code's IntelliSense and built-in debugger make it a better tool for exploring unfamiliar codebases. It just feels more user-friendly and intuitive in those situations.
0 reply
0 recast
0 reaction