An open API service indexing awesome lists of open source software.

https://github.com/belcar-s/nova-pyright

Nova extension to aid in Python development
https://github.com/belcar-s/nova-pyright

nova-editor

Last synced: 10 months ago
JSON representation

Nova extension to aid in Python development

Awesome Lists containing this project

README

          

![a screenshot of the Nova editor showcasing Pyright functionality](https://raw.githubusercontent.com/belcar-s/nova-pyright/trunk/Screenshots/main.png)

_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.

## Features

- 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

## Installation

The extension requires that Node.js is installed.

## Entitlements

Network and file system access is needed to download the Pyright Language Server automatically.