ScotchScotch is a semantic code search tool that utilizes neural net to capture the semantic relationships between the code and query to improve search results. Features:Search for code from your IDE.Faster than general-purpose search engines.Navigate to the exact line of source code.Usage:On a comment line, type "search:" (capitalization and spacing do not matter) followed by your Query and press the return key.Examples:Python:# search: YOUR_QUERY + return_key Java, Javascript, Go:// search: YOUR_QUERY + return_key RequirementsVSCode 1.59.0 or up. Feedback:Form: https://forms.gle/eLvaikPhYct3SCTC8 Enjoy! |