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