for Windows and Linux
for OS X
Ctrl+Alt+S
Xml
| Show import pop-up | Automatically display an import pop-up dialog box when typing the name of an unbound namespace. |
|---|
TypeScript
| Show import pop-up | Automatically display import pop-up dialog box when typing the name of a symbol that lacks
import statement. |
|---|
Python
| Show import pop-up | Automatically display an import pop-up dialog box when typing the name of a class that lacks an import statement. |
|---|
| Preferred import style | Select the style of import statement to be generated. The possible options are:
from <module> import <name>import <module>.<name>
|
See Also
Procedures:
Getting Started: