Searching content

All AsciiDoc content is indexed, which allows fast searching.

Overview

There is standard functionality to search in IntelliJ:

Users can search in a single file using Ctrl+F ⌘ F. Replacing is done via Ctrl+R ⌘ R.

Users can search in all files using Ctrl+Shift+F ⌃ ⇧ F. By default, the search is case-insensitive and searches for text snippets. It can be changed to search case-sensitive and with regexes. Replacing is available via Ctrl+Shift+R ⌃ ⇧ R.

New in plugin version 0.37.56+: When searching in the project, and also renaming entities, the plugin adds new search scopes: Project files without Symlinks, _AsciiDoc files and AsciiDoc files without Symlinks.

Using Shift+Shift ⇧ ⇧ (search everything), the user can search for all named elements. By default, the search returns file names. The plugin adds the capability to include section headings, attribute names, tags and IDs.