←back to thread

432 points tosh | 1 comments | | HN request time: 0.229s | source
Show context
tyoma ◴[] No.39995915[source]
I’ve used aider to understand new codebases using technologies I don’t know and it did a fantastic job; much faster than grep/find + google.
replies(1): >>39995997 #
fyrn_ ◴[] No.39995997[source]
To be fair in a world of good LSP impls, grep/find are really primative tools to be using. Not saying this isn't better then a more sophisicated editor setup, just that grep and find are a _really_ low bar
replies(4): >>39996106 #>>39996629 #>>39997312 #>>40027408 #
1. tyoma ◴[] No.39996629[source]
Aider can answer questions I can’t search for via LSP, like “what code would process the following URL” and similar.