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
|
 |
toggles display of line numbers to the left margin of code files
|
 |
save current file to your pc
|
 |
add a note to the current file (selected line)
|
 |
find occurrences of the currently selected text
|
 |
displays the interactive code directory that contains the currently displayed code file or project page
|
 |
show hit/resource in separate standalone window
|
Utilities
Tools to aid code search
|
 |
create a permanent URL reference to the currently open files
|
 |
show all internal projects
|
 |
show result summary list
|
 |
show code reports and analysis - click "Home" link or logo to open
|
|