Closed michaelalandawson closed 3 years ago
Thanks - I can reproduce this. Would you prefer to have a recursive search for custom tags under a given path (so sub folders are searched) or to only index the given folder, but then have the duplication fixed?
I think having a recursive search for sub folders under a given path would be closer to how ColdFusion "looks" for custom tags in sub folders.
Alright, thanks. This fix and your completions cleanup should be in v0.30.6
.
Thanks! You're the best!
The indexer has a strange behavior depending on how the "custom_tag_folders" setting is configured.
I have custom tags located in "C:\home\www\custom-tags" and "C:\home\www\custom-tags\form" folders.
If I use the following setting, the indexer will not find the custom tag within the "C:\home\www\custom-tags\form" folder.
If I use the following setting, the indexer will find the custom tag in the "\form" folder, however, they are listed twice in the tag completion.
Thanks for taking a look at this.