Skip to content

1.17.0

Compare
Choose a tag to compare
@mihai-vlc mihai-vlc released this 20 Dec 15:05
· 59 commits to master since this release

Adds support for partial paths.
Previously the completions were only generated if the path inserted by the user
was a valid folder on the disk.
Starting with this version partial paths are suppored as well.
Examples:

./tmp/folder1/   -- generates suggetions
./tmp/fol        -- generates suggetions for ./tmp/ and filters out items that don't start with fol

This feature fixes: #87