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

Configure Feed

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

score: always upscore symbol matches (#662)

+4
+4
contentprovider.go
··· 680 680 factor = 5 681 681 case "var", "variable": 682 682 factor = 4 683 + 684 + default: 685 + // No idea what it is, but its something regarded as a symbol 686 + factor = 1 683 687 } 684 688 685 689 // Refer to universal-ctags --list-kinds-full=<language> to learn about which