Age | Commit message (Expand) | Author |
2024-02-05 | Adding example syntax highlighting script | bscan |
2023-11-22 | Instead of checking the size of arrays and hashes, check the typeglob instead... | bscan |
2023-10-31 | Adding comment style documentation parsing | bscan |
2023-10-22 | Fix for namespace clean and autoclean | bscan |
2023-10-22 | Support for POD on Hover and autocompletion | bscan |
2023-10-15 | Refine elements in Navigation which fixes off by 1 errors, and allows finding... | bscan |
2023-10-14 | Subroutine signature support | bscan |
2023-10-08 | Adding parsing modes. Speeds up parsing if we don't need end lines for subs o... | bscan |
2023-10-08 | Large refactor. Moving tagging from Perl to TypeScript. Leverages TextMate in... | bscan |
2023-09-18 | Refactoring pltags into a class | bscan |
2023-01-04 | Syntax higlighting: feature bundles, defer, state, isa | bscan |
2022-12-13 | Changing from ->can to UNIVERSAL can | bscan |
2022-10-23 | Support for Object::Pad fields, and support for Mars/Venus | bscan |
2022-06-22 | Adding support for object::pad arrays, hashes, and private methods | bscan |
2022-02-28 | Adding some tests | bscan |
2022-02-26 | Perltidy, default critic profile, removing ALLCAPS subs from autocomplete, na... | bscan |
2022-02-21 | Better resolution of explicitly marked methods, support for SUPER, and starti... | bscan |
2022-02-21 | Improving hover/autocomplete for attributes and methods | bscan |
2022-02-18 | Improving outline view, plus support for Moops and Object::Pad | bscan |
2022-02-07 | utf8 support, clear diagnostics on closed files, better display for local su... | bscan |
2022-02-06 | Change for old versions of Perl back to 5.8 | bscan |
2022-02-03 | Fixing stdin based compilation, place import errors on right line numbers, na... | bscan |
2022-01-31 | Perlcritic respect filenames, better sorting, ->new vs ::new, better object d... | bscan |
2022-01-30 | Get compilation results and code analysis without requiring saving the file | bscan |
2022-01-30 | Navigation on lexical variables | bscan |
2022-01-30 | Better object detection and autocomplete help, follow symlinks in ModHunter, ... | bscan |
2022-01-29 | Smarter autocomplete with support for self, find all packages, better sorting... | bscan |
2022-01-28 | Initial autocomplete commit. Includes variables, functions, labels, imported ... | bscan |
2022-01-24 | LRU-cache, process more symbols, bug fixes for windows, lexical c style for l... | bscan |
2022-01-23 | Better Moo/Moose support, improved testing | bscan |
2022-01-23 | Cleanup extra files | bscan |
2022-01-23 | Adding method resolution, changes to perltagging for lexical variables and si... | bscan |