fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

1queryString: generate unit test 2query: (and substr:"generate" substr:"unit" substr:"test") 3targetRank: 1 4 5**github.com/sourcegraph/cody/lib/shared/src/chat/recipes/generate-test.ts** 616: public title = 'Generate Unit Test' 714:export class GenerateTest implements Recipe { 815: public id: RecipeID = 'generate-unit-test' 9hidden 3 more line matches 10 11github.com/sourcegraph/sourcegraph/client/jetbrains/README.md 1240:- Generate unit test 1341:- Generate docstring 1461:Cody is powered by Sourcegraph’s code graph and uses context of your codebase to extend its capabilities. By using context from entire repositories, Cody is able to give more accurate answers and generate idiomatic code. 15hidden 7 more line matches 16 17github.com/sourcegraph/cody/vscode/CHANGELOG.md 18298:- The `/test` (Generate Unit Test) command was updated to use file dependencies and test examples when fetching context, in order to produce better results. To use this command, select code in your editor and run the `/test` command. It is recommended to set up test files before running the command to get optimal results. [pull/683](https://github.com/sourcegraph/cody/pull/683) [pull/602](https://github.com/sourcegraph/cody/pull/602) 19218:- The `Generate Unit Tests` command has been improved with an enhanced context fetching process that produces test results with better quality. [pull/907](https://github.com/sourcegraph/cody/pull/907) 20264:- The `Generate Unit Tests` command has been improved with an enhanced context fetching process that produces test results with better quality. [pull/907](https://github.com/sourcegraph/cody/pull/907) 21hidden 17 more line matches 22 23github.com/sourcegraph/sourcegraph/doc/cody/overview/install-jetbrains.md 24158:- Generate unit test 25138:Log in to your Sourcegraph instance and go to `settings` / `access token` (`https://<your-instance>.sourcegraph.com/users/<your-instance>/settings/tokens`). From here, generate a new access token. 26159:- Generate docstring 27hidden 3 more line matches 28 29github.com/sourcegraph/sourcegraph/cmd/frontend/internal/insights/resolvers/insight_series_resolver.go 30300:func (j *seriesResolverGenerator) Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error) { 31275: Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error) 32286: generateResolver resolverGenerator 33hidden 16 more line matches 34 35github.com/golang/go/src/cmd/vendor/github.com/google/pprof/internal/report/report.go 3687:func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error { 37187:func (rpt *Report) selectOutputUnit(g *graph.Graph) { 3875: SampleUnit string // Unit for the sample data from the profile. 39hidden 48 more line matches 40 41hidden 245 more file matches