5 matches across 2 files for TODO
snippet_mode: grep · sorted by relevance
3# gc $f | ? {$_ -notmatch "^\s*#"} | % {$_ -replace '(^.*?)\s*?[^``]#.*','$1'} | Out-File $f+".~" -en utf8; mv -fo $f+".~" $f
4
5▶# 1. See the _TODO.md that is generated top level and read through that
6# 2. Follow the documentation below to learn how to create a package for the package type you are creating.
7# 3. In Chocolatey scripts, ALWAYS use absolute paths - $toolsDir gets you to the package's tools directory.
330 // transitioned from blank to here hence i should always be >= 1
331 // This check is to ensure we aren't in a character declaration
332▶ // TODO this should use language features
333 if fileJob.Content[i-1] != '\\' {
334 currentState = SString
· · ·
386 // If we started as multiline code switch back to code so we count correctly
387 // IE i := 1 /* for the lols */
388▶ // TODO is that required? Might still be required to count correctly
389 if currentState == SMulticommentCode {
390 currentState = SCode // TODO pointless to change here, just set S_MULTICOMMENT_BLANK
· · ·
390▶ currentState = SCode // TODO pointless to change here, just set S_MULTICOMMENT_BLANK
391 } else {
392 currentState = SMulticommentBlank
· · ·
558 endString := []byte{}
559
560▶ // TODO needs to be set via langFeatures.Quotes[0].IgnoreEscape for the matching feature
561 ignoreEscape := false
562 fileJob.ComplexityLine = append(fileJob.ComplexityLine, 0)
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |
Search any public repo from your terminal
This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.