Pyright for Nova aids in Python development. It provides more useful code completions, automatically introduces import statements, and displays details about variables over which the cursor hovers.
-
Automatically adds import statements after certain completions are accepted
-
Alerts of unused variables, unused expressions, and references to undefined variables
-
Provides information about a function's parameters while its arguments are being filled in
The extension requires that Node.js is installed.
Network and file system access is needed to download the Pyright Language Server automatically.