Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update README.md #18

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,15 @@ This plugin attempts to provide missing utilities when working with Python
inside Neovim.

The following features are currently available:
- ✅ Automatic refactoring of workspace imports on python file/dir move/rename with available preview
- ✅ Automatic missing import resolution for symbol under cursor (searches in workspace and installed packages)
- ✅ Automatic refactoring of workspace imports on python file/dir move/rename.
- ✅ confirmation prompt
- ✅ preview window
- ✅ optionally ignore individual changes
- ✅ currently supports `neo-tree` and `nvim-tree`
- ✅ Automatic missing import resolution for symbol under cursor:
- ✅ searches in current workspace
- ✅ searches in virtual environments
- ✅ searches in the python stdlib
- ✅ Automatic project root discovery for python projects
- 👷 Automatic virtual environment discovery and activation for python projects (+ manual selection feature)
- 👷 Run tests for the current file
Expand Down