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
- Host: GitHub
- URL: https://github.com/belcar-s/nova-pyright
- Owner: belcar-s
- License: mit
- Created: 2022-03-19T22:15:52.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-06-20T23:42:43.000Z (about 4 years ago)
- Last Synced: 2023-03-04T02:38:18.207Z (over 3 years ago)
- Topics: nova-editor
- Language: TypeScript
- Homepage:
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

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