Find References

PyScripter

Find References
Previous Top Next

This utility function allows you to find all references of the identifier under the cursor, even if they are in different files.  All files in the same directory as the file in the current editor are searched.  In addition if the Python module belongs to a package all the files of that package are searched as well. This feature can be invoked from the Search menu.  PyScripter provides detailed feedback on the found references in the Messages Window and it reports any problems that may have occurred.
Note:  PyScripter provides its own powerful python source parsing engine which is used for the Find Definition and Find References operations.