Phind 2 is here! Visual answers + live code execution = a dev's dream come true. No more context switching.
#AI #DevTools #CodeSearch https://www.phind.com/blog/phind-2
Phind 2 is here! Visual answers + live code execution = a dev's dream come true. No more context switching.
#AI #DevTools #CodeSearch https://www.phind.com/blog/phind-2
Discover how Visual Studio 2022's new search window control feature can optimize your workflow by allowing you to dock and manage your search windows effortlessly. Learn about the streamlined previewing experience and more.
@aires a tip for everyone, use GitHubs code search feature "to see how others did it"
https://github.com/search?type=code&auto_enroll=true&q=language%3Anix
This helps me often
Are you waiting for #codesearch on Codeberg? Some free cycles and motivation to help?
Some team members are currently working on the goal, and they made progress. Consider helping to debug some issues, or even becoming a long-term maintainer of this service.
Details about the code search project: https://codeberg.org/Codeberg/Contributing/issues/26
Matrix channel: https://matrix.to/#/!nOKVYadxIsnTiKUexh:matrix.org
Current News: https://codeberg.org/Codeberg-Infrastructure/code-search/issues/20
### About the project Code search is often wanted. If someone is up for maintaining the service, we'll be very happy about it. ### State Planning (maintainers have been found) ### List the people who joined the team. - @yoctozepto - @ashimokawa ### Tasks - [x] Evaluate backends and decide...
Does anyone know why Github code search became absolute garbage in the past six months?
It was bad before, then it got really good when the semantic search stuff was turned on. And now it can't even find exact string matches that `git grep` can discover locally in milliseconds. What happened?
@joxean search in GitHub is better than it was (no bonus points, it is closed source SaaS).
The new code search does regex, and then the code viewer lets you navigate by symbols found with TreeSitter.
What was good about Google’s code search, and what kind of features are you looking for?