-
v1.2.0 Stable
released this
2025-01-15 21:37:58 +00:00 | 34 commits to main since this releaseVersion 1.2.0 (2025-01-15)
Added
- New caching mechanism for references, tagRenderings and filters.
This allows the completions to show all filters, not just the ones infilters.jsonandquestions.json.
It's also possible to look up uses of a filter or a tagRendering.
The caching will take about 30 seconds to complete, but will be saved so it only needs to be done once. On subsequent activations, the cache will be updated if there are changes to the files. Also, it's updated whenever you save or remove a file in your editor. It is also possible to disable this feature in settings, however this will disable the autocompletion for filters and tagRenderings that are not in thefilters.jsonandquestions.jsonfiles, as well as the implementation support. - Autocompletion for
iconfields, giving the built-in icons as suggestions. (#7)
Fixed
- Icons with mappings are not clickable anymore. (#14)
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
5 downloads
-
mapcompletevscode-1.2.0.vsix
14 downloads ·
2025-01-15 21:38:06 +00:00 · 1.5 MiB
- New caching mechanism for references, tagRenderings and filters.