Python Integrated Tools
for macOS
Ctrl+Alt+S
Use this page to configure requirements management file, default test runner, and documentation strings treatment.
Item | Description |
---|---|
Package requirements file | Type the name of the requirements file, or click the browse button, and select the desired requirements file from file system using the Select Path dialog. |
Default test runner | Select the test run/debug configuration that IntelliJ IDEA will suggest every time you choose Testing Frameworks for details. | on the context menu of a test case. Refer to the section
Docstring format | Select the format of the documentation strings to be recognized by IntelliJ IDEA. Depending on the selected docstring format, IntelliJ IDEA will generate the stub documentation comments and render text in the Quick Documentation lookup:
All types of docstrings feature:
Note that the information provided in the docstrings, is used for code insight. ![]() |
Analyze Python code in docstrings | If this check box is selected, IntelliJ IDEA highlights the code examples and performs syntax checks and code inspections. If this check box is not selected, the code fragments inside docstrings are not analyzed. |
Sphinx working directory | Specify here the path to the directory that contains *.rst files. For recognizing custom roles, point to the directory with |
Treat *.txt files as reStructuredText | If this check box is selected, the files with *.txt extension will be highlighted same way, as the files with *.rst extension. |
Last modified: 29 November 2017