Quantcast
Channel: News - Marketplace | JetBrains
Viewing all articles
Browse latest Browse all 73584

News for Perl

$
0
0

Updates:

  • Editor responsiveness should be much better now
  • Completion is now opens automatically after typing:
    • a sigil
    • an opening quote
    • an opening brace in a hash index
    • an opening brace after a sigil
    • a space inside of the qw list
  • Double-click on variable name should now select variable with sigil
  • __PACKAGE__ now may be used as class specifier in my/our/state and annotations #@type/#@returns, by aldem
  • Inspection for use vars legacy pragma usage with quick-fix for converting to our declaration, 380
  • Intention to convert statement with modifier to compound statement and vice versa, by cjelli
  • Re-worked live templates: abbreviations, defaults and so on (need a feedback)
  • Already typed import parameters are now excluded from the completion
  • Completion in braces after typeglobs now contains slots names

Fixes:

  • Mac users should not have problems with SDK addition anymore, by bbmielke
  • continue block indentation after while and until
  • Spacing after for/foreach in compound statement without explicit variable, 1607
  • Completion for methods on annotated variables, by bakanov
  • @EXPORT and @EXPORT_OK handling for large lists of exported variables, by johndunlap
  • Unresolved variable inspection false positive on $1 and friends, #1605 (hardcoded variables 1-20)
  • Console filter should be more selective, to avoid linking other languages exceptions, #1630


Viewing all articles
Browse latest Browse all 73584

Trending Articles