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

Auto-completion of files should include ".." as well #253

Closed
rdmueller opened this issue May 13, 2019 · 2 comments
Closed

Auto-completion of files should include ".." as well #253

rdmueller opened this issue May 13, 2019 · 2 comments

Comments

@rdmueller
Copy link
Member

I just noticed that there is already autocompletion for available files for include:: and image:: macro. This is a great feature which helps a lot but I miss the .. in the list of available files, just for easy navigation.

@ahus1
Copy link
Contributor

ahus1 commented May 14, 2019

The autocomplete is limited to a defined list of macro names, currently include and image. Are there other macros I've missed? You could add them to AsciiDocBlockMacro as needed.

In the same class I'm calling FileReferenceSet. There is no obvious parameter to change it to add .. - I haven't yet found out what I can do by passing a PsiReferenceProvider.

@ahus1 ahus1 changed the title Fix for auto-completion Auto-completion of files should include ".." as well May 14, 2019
@ahus1
Copy link
Contributor

ahus1 commented Jul 12, 2019

will be handled as part of #275

@ahus1 ahus1 closed this as completed Jul 12, 2019
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