Code Search Qualifiers
Use these to narrow/pinpoint code search results
proj btree proj:alpha
finds files containing the term "btree" in the alpha project
lang btree lang:java
finds files containing the term "btree" written in the java programming language
filename btree filename:"*.h"
finds files with the .h extension that contain the term btree
site btree site:src/text/resources
finds files that contain the term btree and that have src/text/resources in their file path
comment comment:"btree"
finds files that contain the term btree in comments
classdef classdef:btree
finds files that contain a class named btree
functiondef functiondef:btree
finds files that contain of a function named btree
functioncall functioncall:btree
finds files that contain calls to the btree function
"..." "md5 hash"
finds files that contain the string "md5 hash"
- (minus) "text/xml" –"utf-8"
find occurrences where "text/xml" occurs, but "utf-8" does not
combine btree filename:"*.conf" site:src/text
combine multiple qualifiers to find code files that contain btree in .conf files that have src/text in their filepath
 
Search Results & Navigation
Use these to refine, explore and share result files
N,n,K,k move to the next occurrence of the search term that was found in this file
P,p,J,j move to the previous occurrence of the search term that was found in this file
line numbers toggles display of line numbers to the left margin of code files
save file save current file to your pc
add note add a note to the current file (selected line)
search selected text find occurrences of the currently selected text
line numbers displays the interactive code directory that contains the currently displayed code file or project page
show in separate window show hit/resource in separate standalone window
Utilities
Tools to aid code search
foo create a permanent URL reference to the currently open files
foo show all internal projects
foo show result summary list
foo show code reports and analysis - click "Home" link or logo to open