vkurdin / idea-php-lambda-folding

PHP plugin for Intellij IDEA to fold boilerplate lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP lambda folding plugin for Intellij IDEA

Build status

Fold your closures like a boss!

Plugin folds one-line closures into more concise form and provides some type inference for closure arguments. Closure body must consist of one return statement enclosing expression.

Installation

Install plugin from repository

Screenshots

Folding

Completion

About

PHP plugin for Intellij IDEA to fold boilerplate lambdas

License:MIT License


Languages

Language:Kotlin 69.0%Language:PHP 31.0%