Skip to content

Commit

Permalink
Update README.md (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier authored Aug 21, 2024
1 parent c2e51c1 commit 03db104
Showing 1 changed file with 9 additions and 2 deletions.
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

0 comments on commit 03db104

Please # to comment.