This package provides:
- refactor@0.1.0, 0.2.0
- definitions@0.1.0
- outline-view@0.1.0
- code-highlight@0.1.0
- find-references@0.1.0
- intentions:list@1.0.0
- symbol.provider@1.0.0
- code-format.range@0.1.0
- autocomplete.provider@4.0.0
This package consumes:
Made for Pulsar!
This package was written specifically for Pulsar and did not exist in the Atom package repository.
Python language support for Pulsar editor, powered by Pyrefly - an extremely fast language server and type checker for Python.
Just install Pyrefly.
If its not in the PATH then provide path to executable in the package config.
Then install atom-ide-base umbrella package to integrate LSP functionality to Pulsar. get it from Pulsar Packages. This is not an requirement, you can install only some individual packages from atom-ide- family.
Other Pyrefly-related settings can be configured per-project in pyrefly.toml or in pyproject.toml. More details here.