|
|
|
|
|
by stroupwaffle
623 days ago
|
|
I watched the video promoting Continue.dev and just think to myself, these AI editors don’t actually add much value. EMacs and Treesitter is much faster way to “find all references to X” in the codebase. Other questions can be answered with the naive grep implementation and marginal brain power. If all they’re investing in here is to write boilerplate code, well, that takes not much time in the grand scheme of things. Where the value add is actually in the design phase. And, as a result of these tools people are going to just skip those crucial steps. Am I missing something? |
|
Yes, you are basically posting a modern equivalent of the famous "Dropbox reply". "EMacs and Treesitter...naive grep implementation".
There's value in these tools, that's why GitHub, JetBrains, Cursor all built businesses on top of AI coding extensions. Personally I don't use the "Write this full function for me"-features but use it as a way smarter auto-complete. People don't really use them to jump to "find all references to X" as that's perfectly well solved.