Navigate with locator

Locate not only files, but any items defined by locator filters, as well as trigger global actions and perform other tasks, such as build projects or run external tools.

{List of locator filters}

Go to the locator

To activate the locator:

  • Press Ctrl+K (Cmd+K on macOS).
  • Go to Tools, and then select Locate.
  • Go to Edit, and then select Go to Line.
  • Click the line and column indicator on the editor toolbar.

By default, you can find the locator in the bottom left of the Qt Creator window. To open it as a centered popup, select , and then select Open as Centered Popup.

Use locator filters

The filters that are available depend on the current document and project. If the locator field is empty, a list of available filters is shown. A list of filters is also shown when selecting . For more information about what a particular locator filter does, see the tooltips that appear when you hover over a filter.

To use a locator filter:

  • Type the locator filter prefix followed by Space. The prefix is usually short, from one to three characters. Then type the search string (for example, a filename or class name) or the command to execute.
  • Select a locator filter in the filter list to use it. Press the up and down arrow keys or press Ctrl+P and Ctrl+N to move up and down the list, and then press Enter to use the selected filter.

As you type a search string, the locator shows the occurrences of that string regardless of where in the name of an object it appears. Some locator filters, such as colon, m, and t, support fuzzy matching, which means that you can enter the uppercase letters to locate a symbol when using camel case or the letters after the underscore when using snake case.

Use wildcard characters in search strings

To narrow down the search results, use the following wildcard characters:

  • To match any number of any or no characters, enter *.
  • To match a single instance of any character, enter ?.

Omit default filters

By default, you can use the following preset locator filters without a prefix:

  • Going to a line and column in the current file (l).
  • Going to an open file (o).
  • Going to a file in any open project (a).

Locate lines and columns

To move directly to a particular line and column in the document when you open the document, append the line and column number to the file name in the locator, separated by plus signs (+) or colons (:).

For example, to open HelloWorld.qml to line 41 and column 2, enter:

HelloWorld.qml:41:2

Search the web

Use the Web Search (r) locator filter to perform web searches.

URLs and search commands for Bing, Google, Yahoo! Search, cplusplus.com, and Wikipedia are configured by default. Add search commands for other web search engines in the locator preferences.

Create files and directories from the locator

To create a new file and open it in the editor:

  1. Type f followed by Space, followed by path and file name
  2. Press Enter or select Create and Open File.

To create a directory, select Create Directory.

See also How To: Search, Manage sessions, Perform calculations, and Locator.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.