summaryrefslogtreecommitdiff
path: root/testWorkspace
AgeCommit message (Collapse)Author
2024-02-05Adding example syntax highlighting scriptbscan
2023-11-22Instead of checking the size of arrays and hashes, check the typeglob ↵bscan
instead. This prevent triggering tied hashes. Fixes #106
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 ↵bscan
finding Moo attributes Find subs like Foo->new()->func Lookup package locations by finding contained subroutines Close subroutine signatures at ), and fix signatures for corinna methods
2023-10-14Subroutine signature supportbscan
2023-10-08Adding parsing modes. Speeds up parsing if we don't need end lines for subs ↵bscan
or packages.
2023-10-08Large refactor. Moving tagging from Perl to TypeScript. Leverages TextMate ↵bscan
instead of Text::Balanced for finding scopes
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, ↵bscan
navigate to 'required' modules, emacs documentation
2022-02-21Better resolution of explicitly marked methods, support for SUPER, and ↵bscan
starting to clean up tests
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 ↵bscan
subs, strip POD documentation
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, ↵bscan
namespace cleanup, symbol view
2022-01-31Perlcritic respect filenames, better sorting, ->new vs ::new, better object ↵bscan
detection with a canonical object lookup
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
more tests
2022-01-29Smarter autocomplete with support for self, find all packages, better ↵bscan
sorting, DBI object detection, clean up test workspace
2022-01-28Initial autocomplete commit. Includes variables, functions, labels, imported ↵bscan
modules. Determines object type when possible and restricts modules to explictly imported ones
2022-01-24LRU-cache, process more symbols, bug fixes for windows, lexical c style for ↵bscan
loop vars, and general cleanup
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 ↵bscan
signatures, adding symlink resolution, better word finding, and adding the test workspace