Skip to content

Search and Docs Hub

The quick search opens files and runs actions without touching the mouse:

  • Find a file by name…: type part of the name and open the file.
  • Command mode: type a command name to jump anywhere in the app — “Go to the chat”, “Go to the editor”, “Go to Studio”, “Show the Git panel”, “Show/hide the terminal”, “Format document”, “New chat”, “Ask the AI about the selection” and more.
A single search box for files, panels and actions.

Search in the project (Ctrl+Shift+F, also in the side dock) scans text across every file in the workspace and takes you to each match.

When the agent needs information from the internet, it uses Context Code’s own meta-search engine: it combines results from several search engines and sources (Wikipedia included) and ranks higher the ones that appear in more than one, without depending on a third-party paid API. There’s nothing to configure.

Docs Hub: documentation indexed for the agent

Section titled “Docs Hub: documentation indexed for the agent”

Models don’t always know the latest version of your framework. The Docs Hub fixes that:

  1. Open Docs Hub — Indexed documentation.
  2. Paste the documentation link for a language or library (React, Python, Tauri…), give it a name and, if you like, a version and a page cap.
  3. Click Index: the app crawls the site, converts it to Markdown and stores it globally.

From then on, the agent can consult that documentation with its lookup tool in any project — with information that may be newer than its training knowledge. Each entry shows how many pages it has and when it was updated, with an Update button (re-crawl) and deletion when you no longer need it.

Docs Hub: paste a link, index it, and the agent consults that documentation across all your projects.