AxonDocs
Features
Axon documentation

Workspace Search

Search and replace across the active workspace.

Axon provides full-text search across the workspace. Search through files, find and replace text, and jump directly to results in the editor.

Axon workspace search showing matches grouped by source file
Workspace search includes file paths, match positions, and surrounding code so each result has enough context before you open it.
  • Click the Search icon in the sidebar.
  • Use Cmd+Shift+F on macOS or Ctrl+Shift+F on Windows/Linux.
  • Use the command palette action Search Workspace.

Search Features

  • Case-sensitive search.
  • Whole-word matching.
  • Regular expression patterns.
  • File exclusions for generated, vendor, and binary paths.
  • Replace in files across multiple results.

Results

Results are grouped by file with line numbers and surrounding context. Click any result to jump directly to that line and column.

Axon quick file picker listing files by name and path
Quick file search narrows the workspace by filename or path and opens the selected result directly in the editor.

Default Exclusions

.git
node_modules
dist
build
out
target
__pycache__
*.log
*.bin

On this page