I’m trying to provide completions for file paths. The problem is that the completion eats up anything before “/” or “.”.

For example if try to complete “dir/dir/fi” i only get COMPLETION(“fi”) instead of the full COMPLETION(“dir/dir/fi”). The same happens if the string contains dots.

I don’t have any triggers explicitly given in -Completions.esv. Is there any way i can get the string in the completion? Thanks.

Submitted by Vlad Vergu on 20 November 2011 at 18:07

On 20 November 2011 at 20:38 Lennart Kats commented:

This might be caused by the identifier lexical setting of your language. Normally you can only complete identifiers that match that pattern; try adding slashes or dots to it.


On 20 November 2011 at 20:59 Vlad Vergu commented:

Thank you. This indeed resolves the issue.


On 20 November 2011 at 20:59 Vlad Vergu closed this issue.

Log in to post comments