Integrate Code Search with VS Code #8798
Unanswered
GavinRay97
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As seen on: https://cs.github.com/about/faq#editor
In my submission for feature preview, I made a note about how searching Github is the primary way that I learn unfamiliar API's/languages and explore new ideas.
If I am thinking about writing a program to, IE, convert metadata from a relational database into a GraphQL AST, I typically do something like:
convert*
or*toGraphQL*
It would be fantastic to have this enhanced search experience built into my IDE, to prevent context-switches.
If possible, it would be great to eventually have a Jetbrains-compatible extension at some point too (like with Copilot) for the occasions when I need to work in a Jetbrains IDE.
Finally -- thanks for building this! It was sorely needed.
Beta Was this translation helpful? Give feedback.
All reactions