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

Dock the Code Search window in Visual Studio 2022 - Visual Studio Blog

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.

Visual Studio Blog
Go to line anywhere with Code Search for Visual Studio 2022 - Visual Studio Blog

Discover how Visual Studio 2022's enhanced Code Search feature allows you to quickly navigate to specific lines in your code, boosting your productivity and efficiency.

Visual Studio Blog

@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

#nixos #github #codesearch

Build software better, together

GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

GitHub
Ast Grep: A powerful CLI tool for developers to search and manage code patterns efficiently. Install via pip, set rules, and integrate with Vim for real-time feedback. #DevTools #Coding #Python #JavaScript #Vim #AST #CodeSearch #treesitter
https://tessarinseve.pythonanywhere.com/nws/2024-07-18.wiki.html
2024-07-18 - Seve | Severino Tessarin

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

[Project] Code Search

### 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...

Codeberg.org
@jelmer @zekjur At times I've had troubles with #codesearch's not indexing some files, so while it's super useful, there's always this little head in my voice warning me about possible missing results. Anyway, `apt-file search -a source json_fwd.hpp` is one way (don't forget to tune /etc/apt/apt.conf.d/50apt-file.conf as needed, not all indices are enabled by default).
Is there a good metasearch engine for doing code repository search cross multiple open code repos ? #osint #codeSearch

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?

#GitHub #GitHubCodeSearch #Search #CodeSearch #LLMsProbably

@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?

#GitHub #CodeSearch #CodeNavigation #CodeComprehension