| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fix `from math .<tab>` inserting `from math .ath.integer` instead of `from math.integer`
|
This PR is stale because it has been open for 90 days with no activity. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Re: #148445 (comment)
Turn out the import parser already handled these cases well, the issue was that the REPL only replaces the last entered word when inserting a suggestion, but inserted the whole import dotted name
So I added an additional step in ModuleCompleter.get_completions to reduce the completions to the portion to insert only
cc @tomasr8