Path completition displays all names instead of only paths
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 4.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
When I press TAB with the cursor being positioned after a slach in between string delimiters IPython suggests a list of completitions. I expect them to be path completitions, hence the list should only include path names that exist in the give directory. This is the case in earlier versions of IPython. Now, the list includes all objects currently available for IPython.

Contributor guide
Assessment
This issue has not been assessed yet.