index
:
PerlNavigator
main
workaround/broken_rooturi
Perl Language Server that includes syntax checking, perl critic, and code navigation
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
Age
Commit message (
Expand
)
Author
2024-04-03
Merge pull request #121 from WhoIsSethDaniel/import-wrapper-no-stderr
bscan
2024-04-03
turn logging on by default for all editors
Seth Daniel
2024-04-03
do not write to STDERR
Seth Daniel
2024-03-02
Adding browser version and changelog to vsix
bscan
2024-03-01
Use follow_skip to avoid crashing on some symlink setups. Also skip 'next'. F...
bscan
2024-02-17
Bumping version
bscan
2024-02-17
Bug fix. TS regexes are not done in place.
bscan
2024-02-17
Change textmate scope to allow simpler pull request. The brackets in are par...
bscan
2024-02-16
Fixing grammar issue with multi-line defined-or operator // on new line
bscan
2024-02-05
Allow disabling perl -c via settings. Also bumping version
bscan
2024-02-05
Fixing interpolation of punctuation variables in regex. Words starting with :...
bscan
2024-01-29
Fix hash interpolation in regex, fix $ not recognized as anchor in various pl...
bscan
2024-01-29
Changing regexp escape patterns and excluding from color bracket matching
bscan
2024-01-29
Adding unbalancedBracketScopes for punctuation variables, and fixing regex is...
bscan
2024-01-29
Packaging version 0.8.0, bumping version, changelog
bscan
2024-01-29
Update TextMate Grammar
bscan
2024-01-06
Compile main extension with webpack and add .vscodeignore
Ian P Bradley
2023-11-26
Bumping version
bscan
2023-11-26
Bumping node version to node 16
bscan
2023-11-26
Bumping version
bscan
2023-11-26
Bumping required node version and other packages. Fixes #105
bscan
2023-11-22
Bumping version
bscan
2023-11-22
Remove trailing spaces from certain POD formats
bscan
2023-11-22
Instead of checking the size of arrays and hashes, check the typeglob instead...
bscan
2023-11-01
Fixing comment/doc blocks, including for CRLF line endings
bscan
2023-10-31
Bumping version
bscan
2023-10-31
Adding comment style documentation parsing
bscan
2023-10-31
Allow for //= and ||= forms in autoloaded navigation variables
bscan
2023-10-29
Bumping version
bscan
2023-10-29
Fixing pod display issue for code blocks with links inside
bscan
2023-10-29
Adding ability to look up pod in .pod files, as well as find pod files by mod...
bscan
2023-10-29
Merge pull request #101 from IAKOBVS/main
bscan
2023-10-23
Bumping version
bscan
2023-10-23
Fix for namespace clean/autoclean minimum versions
bscan
2023-10-23
pod.ts: /^x/ -> .startsWith("x")
James Tirta Halim
2023-10-23
POD: replace() -> replaceall()
James Tirta Halim
2023-10-22
Bumping version
bscan
2023-10-22
POD: Better handling of backticks
bscan
2023-10-22
POD: Fixing small headers issue and bold text in items
bscan
2023-10-22
Bug fix for autocompletion. I dropped this line of code during a merge
bscan
2023-10-22
Bumping version
bscan
2023-10-22
Fix for namespace clean and autoclean
bscan
2023-10-22
Support for POD on Hover and autocompletion
bscan
2023-10-22
Support for ->new-> without parens
bscan
2023-10-18
Comment out unused variables
James Tirta Halim
2023-10-17
refactor: reduce overkill use of regex
James Tirta Halim
2023-10-16
Merge pull request #99 from IAKOBVS/main
bscan
2023-10-16
Bumping version
bscan
2023-10-16
LRU-cache not respecting TTL? Revisit
bscan
2023-10-16
Space between my and parens is optional
bscan
[next]