Forum Discussion

doug_bowen's avatar
doug_bowen
Occasional Contributor
8 years ago

Does testcomplete have a code indexing feature?

I'd love to be able to index my codebase and search it.

7 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    The built-in Ctrl+F can search the entire project suite and supports wildcards and regular expressions, just FYI.

     

    Or you can use the search functionality of your operating system or source control system.

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Not an indexer necessarily.  There is the "code explorer".  In the default docking of TestComplete, it's one of the bottom tabs in the left side.

     

     

    This lists out all the units and the functions within those units on a per project basis within your project suite.  Other than that, the best way to find something specific in your code base is your standard ALT-F Find function.