Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: bash-like path autocompletion (for tags requiring files such as images, include, etc.) #87

Open
nonsns opened this issue Jan 30, 2018 · 1 comment

Comments

@nonsns
Copy link

nonsns commented Jan 30, 2018

I am a veteran of bash, and a newbie to Jekyll. I love sublime, the Jekyll plugin, but I miss autocompletion of files

Clearly, not all tags/context would need to have this enabled, but some tags would benefit from "naive" path autocompletion (eg., assets such as images would benefit from the Jekyll ROOT ).

Others would require some more advanced autocompletion (e.g- , liquid {% include %} directives start from _include; similarly for YAML layout etc.) that would still be relatively easy to handle

This is a very simple idea, and is supported by other sublime packages (e.g., the LaTeX package https://packagecontrol.io/packages/LaTeXTools goes even further doing images preview)

as I said I am veteran of bash, perl and LaTex.... and a total newbie of git, python, ruby and jekyll. so I can offer my idea but not my fingers :/

@23maverick23
Copy link
Owner

Thanks for using the package. File path auto-complete is a great idea, however this is a pretty large enhancement to the package. Not sure when I'll have time to implement something like this completely, so I'll tag it and put it on the features to consider list.

In the meantime, I would suggest looking into the FuzzyFilePath package (https://packagecontrol.io/packages/FuzzyFilePath) which handles most of your stated use case already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants