|
|
|
|
|
by nameless912
1394 days ago
|
|
NeoVim + language servers + global search with rg + a bunch of keyboard shortcuts: - <spc>gd = go to definition - <spc>gr = open a hovering window filled with references to symbol This is enough to get through every codebase I've yet encountered (Go, Typescript, Python, Java, C++). I also like to use <C-I> and <C-O> in vim which allows you to jump between the most recently viewed locations. For keeping context, I just write everything down! Either in a scratch file or on a digital notetaking app on my iPad. |
|