Significant editor and completion (wip) performance improvements.
Added support for Function::Parameters syntax WIP, #1674
Added support for Copyright plugin allowing you to add/update copyright to your pm files (NB: preview for
block mode works wrong, but plugin should properly insert/update copyright in POD section).
${perlfile.packageName} variable supported in addition to standard set,
#2168
isa expression parsing, highlighting, formatting, quick-doc and target version validation, #2206
Chained comparisons and equality checks support: parsing, highlighting, formatting and target version validation, #2208
Code completion:
Completion no longer suggests two lookup elements per namespace with different suffixes, to provide useful elements instead,
dereference is now auto-completed and invokes pop-up after namespace, #2242
You may now complete variables without typing a sigil, just with variable name (experimental feature), #2170
You may now complete unicode character names in \N{} substitution (NB: currently all names known by your JRE
suggested without filtering or extending by target perl version), #2250
Completion has been reworked and now should be much faster and relevant than before, #2197
Global variables are now shown in the short form: only variable name. Namespace specified in the left side, #2187
Global variables aliased with our keyword in the current file are now available in completion with their short names,
#2191
Global variables are now completable by name only, namespace inserted automatically (except spammy ones, like @ISA, @EXPORT and
friends, $VERSION), require manual completion invocation, #2185
Completion at bare filehandle now suggests namespaces, subs and variables, #2202
Completion at bare hash index now suggests namespaces, subs and variables, #2184
Fixed problems with variables completion if name is already braced, #2183
Completion of variable is no longer eats punctuation after a sigil, #2182