You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Fix for auto-completion
Auto-completion of files should include ".." as well
May 14, 2019
I just noticed that there is already autocompletion for available files for
include::
andimage::
macro. This is a great feature which helps a lot but I miss the..
in the list of available files, just for easy navigation.The text was updated successfully, but these errors were encountered: