AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

Results 84 AdvancedExpressionFolding issues
Sort by recently updated
recently updated
newest added

The plugin can't be installed/updated in IDEA 2021.3. The installation fails with Plugin "Advanced Java Folding" was not installed: Request failed with status code 404 error.

I'm using IntelliJ IDEA 2020.3.1. * Searching the plugin market place, the latest reported is 0.9.9.4 (Apr 10, 2020) ![image](https://user-images.githubusercontent.com/803621/104438392-3f43ed80-5590-11eb-838b-cbffd407c3c4.png) * When adding the EAP repo (https://plugins.jetbrains.com/plugins/EAP/com.intellij.bigdecimal-folding), the latest version...

see https://youtrack.jetbrains.com/issue/IDEA-271096

Example (ignore nonsense where clauses): ```java String query = "SELECT * FROM table" + "WHERE some_id > 1" + "AND some_id > 2" + "AND some_id > 3" + "AND...

I would like to be able to configure what elements to fold and what left untouched. For instance I would like to disable folding for `collection.add` The plugin while very...

I'm experiencing issues possibly related to curly braces being on a new line instead of in the same line. For example: ```java for (int i = 0; i < colorSequence.length;...

Small micro optimizations mostly to avoid memory allocation: 1. create StringBuilder with initial capacity 2. use `StringBuilder.append(char)` instead of `.append(String)` or `.append(Object)` etc

New folding for LocalDate's isBefore/isAfter and LocalDate.of(2015, 1, 15) as literals (2015-01-15 or 2015Y-01M-15D) ![image](https://user-images.githubusercontent.com/349397/50595648-93943d00-0ea1-11e9-9bfe-fa510bc20157.png)

I cannot open a certain file (company code so probably cannot share here). The editor shows only the waiting label and the spinner. Other files/editor tabs are not affected. The...