Smart Type code completion filters the suggestion list and includes only those types that are applicable to the current context.
PyCharm supports Smart Type code completion for JavaScript code.
- Do one of the following:
- On the main menu, choose .
- Press Ctrl+Shift+Space
SmartType code completion automatically highlights selection in the suggestion list that seems most suitable for the current context. Such results display on a darker green background.
Click thumbnail to view larger image.As you type, the suggestion list reduces to show matching entries only.
- If necessary, press Ctrl+Shift+Space once more.
See Also
Procedures:
External Links:
- Second Smart Completion for Array Elements
- Smart Type Completion Becomes Even Smarter
- Complete static methods and fields
Web Resources: