Search -- Thoughts? #107
Replies: 5 comments 14 replies
-
|
Maybe have it be able to compile the project for errors, parse debugger info, or do memory profiles for more info |
Beta Was this translation helpful? Give feedback.
-
|
wow i really love this project and i think this is great idea you can make a shortcut where i can trigger analysis for potential bugs i have or describe the problem and in the background it read all my files and give me where i should look and why to be able to fix these bugs so i can use my quick list fast navigation for the syntax errors also logical errors and bugs |
Beta Was this translation helpful? Give feedback.
-
|
感谢
…---Original---
From: "Aritra ***@***.***>
Date: Tue, Feb 10, 2026 15:27 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ThePrimeagen/99] Search -- Thoughts? (Discussion #107)
@ThePrimeagen https://gist.github.com/Techie5879/222d43b7479a95226900e53d03a2abfe
Deep dive is a bit stupid rn - see comment why.
Debug is nice but I have been removing adding stuff slowly its a wip
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
My Opinion: I think that’s a good idea. We shouldn’t just capture the location; we should also include manual navigation paths showing how to get there. That way, people like me can still learn the process step by step. It would make the experience seamless and give users the ability to backtrack when needed. |
Beta Was this translation helpful? Give feedback.
-
|
I love search, I'm going to keep it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a new function, search
the premise is that you want to debug / search through the project and find out where something is happening, it will give you back a list of positions and add them to a quickfix list with a note, that way you can debug even faster.
I would love to hear some thoughts and if there was something better
Beta Was this translation helpful? Give feedback.
All reactions