pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Autocomplete for files paths? #399

Open bachirelkhadir opened 3 years ago

bachirelkhadir commented 3 years ago

Is it possible to have autocomplete for file paths with anaconda-mode? More specifically, it would be great to have anaconda-mode suggest hints for autocomplete when I start typing a string like:

"~/Documents/[C]"

([C] here denotes the cursor position.)