Skip to content

Releases: MadcapJake/p6dx

v0.2.0

27 Jan 19:08
Compare
Choose a tag to compare

Changes

  • Completions now can include depends modules in META6.json/META.info via --meta flag.
  • Can produce ctags
  • Produces tags in a simple serialization to JSON for editors like Atom to use instead of generating completions on the fly (which is currently a bit slow)
  • Can actually list mangled filenames of all dependencies via --deps flag.