PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Endpoints tool window

Last modified: 14 March 2024

If you are developing a Django, FastAPI, or Flask application, you can get an overview of all declared URLs and endpoints in the Endpoints tool window. The tool window can assist you when developing microservices and backend-frontend communication. It is also helpful for working with RESTful APIs.

Endpoint tool window

For information on using the Endpoints tool window with specific frameworks, refer to the following pages:

To navigate to the endpoint declaration from the Endpoints tool window, do one of the following:

  • Select Jump to source from the endpoint's context menu.

  • Select the endpoint and press F4.

  • Double-click the endpoint.

Jump to source from the Endpoint tool window

To search for endpoint declarations, go to Navigate | URL Mapping from the main menu or press CtrlShift0\ and select the relevant declaration from the list.

Find Express route declaration

In the Endpoints tool window, you can filter the list of endpoints by module, type, and framework.

Endpoint tool window: filter by module

To explore the endpoints declared in library files, click , and then select Show From Libraries.

Endpoints marked as deprecated appear with a strikethrough (crossed out).