in reply to Re^2: Camelcade - Perl5 plugin for IntelliJ IDEA, v1.3 released
in thread Camelcade - Perl5 plugin for IntelliJ IDEA, v1.3 released

To potentially wean people off using Switch, maybe you can offer "automatic refactoring", which replaces the construct by an if ... elsif ... chain. But I don't know how deeply your plugin integrates with the (parsed) Perl code or the IntelliJ linter to achieve that or a red squiggly line to mark Switch usage as "not recommended" :-)

Replies are listed 'Best First'.
Re^4: Camelcade - Perl5 plugin for IntelliJ IDEA, v1.3 released
by hurricup (Pilgrim) on Mar 21, 2016 at 17:29 UTC
    Cool idea. Added an issue for this. Thanks!