issues
search
cheptsov
/
AdvancedExpressionFolding
https://plugins.jetbrains.com/plugin/9320?pr=idea
141
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Incorrect cached value
#155
AntoniRokitnicki
closed
10 months ago
0
Make it compatible with 2021.3
#154
jameslan
opened
2 years ago
0
The plugin can't be installed/updated in IDEA 2021.3
#153
remal
opened
3 years ago
9
Plugin fails to load on the current master builds (212.3987)
#152
maxmedvedev
opened
3 years ago
0
Do not process mouse events from editors in unrelated project
#151
amaembo
closed
3 years ago
1
Allow configuration
#150
oscarryz
opened
3 years ago
0
Incorrect folding of for loop
#149
cbruegg
opened
3 years ago
0
[critical bug fix] Get rid off toJavaFormatString (closes #146)
#148
stokito
closed
3 years ago
2
What is the latest release ?
#147
bric3
opened
3 years ago
3
java.lang.NoClassDefFoundError: sun/misc/FloatingDecimal
#146
chadluo
opened
3 years ago
1
Exception: Light files should have PSI only in one project
#145
donnerpeter
opened
4 years ago
1
Incompatible with IntelliJ 2020.2
#144
Clashsoft
closed
2 years ago
3
Suggestion: Possibility to automatically fold every comment
#143
blendicavlad
opened
4 years ago
1
IDEA 2020.1 support
#142
kid1412621
closed
4 years ago
0
when i folded the exception code,it show wrong.
#141
zhusaidong
opened
4 years ago
0
Fold short javadoc comments into one line
#140
stoerr
opened
4 years ago
0
Fold short control statements to one line
#139
stoerr
opened
4 years ago
0
Keep syntax highlighting for some folds ?
#138
bric3
opened
4 years ago
0
add keyboard shortcut to analyze open file
#137
AlexanderSchiff
opened
4 years ago
0
three dots instead of every folding
#136
mrBurny
closed
5 years ago
2
It seems broken on IDEA 2019.3 EAP built on October 9, 2019
#135
m-titov
closed
5 years ago
6
BUG: File does not load using Arrays.asList(-1)
#134
qux42
opened
5 years ago
0
Memory leak of EditorImpl though AdvancedExpressionFoldingHighlightingComponent.highlighters map
#133
radomirm-g
opened
5 years ago
0
java.time.* isBefore/isAfter folding and LocalDate literals
#132
alshain
opened
5 years ago
8
Fix #130 by using isReferenceToReference helper method
#131
alshain
opened
5 years ago
2
NullPointerException when calling isReferenceTo
#130
alshain
opened
5 years ago
0
IntelliJ 2018.3 (183.*) Support
#129
adnklauser
closed
4 years ago
3
Optimizations
#128
stokito
opened
6 years ago
4
Confused folding when check if a variable is null while it has a exception type
#127
rofinily
opened
6 years ago
5
Treat first argument of static method call as `this`
#126
iirekm
opened
6 years ago
2
map / orElse foldings
#125
iirekm
opened
6 years ago
2
IntelliJ 2018.2 (182.*) support
#124
joserobjr
closed
6 years ago
2
Wrong folding of methods like getISO3Country()
#123
bastiaf
opened
6 years ago
0
Separate option for interpolated Strings folding
#122
sabi0
opened
6 years ago
0
Folding too much for addAll() with a Stream API expression inside
#121
sabi0
opened
6 years ago
0
Avoid empty regions when possible, e.g. use delimiters, spaces, etc.
#120
cheptsov
opened
6 years ago
0
addAll() is folded wrongly when index is used
#119
sabi0
opened
6 years ago
0
Fold || to OR, && to AND and ! to NOT
#118
spyro2000
opened
6 years ago
0
Parameter hint appears inside string interpolation
#117
sabi0
opened
6 years ago
1
Cursor moves to the left when trying to put inside annotation
#116
dodalovic
opened
6 years ago
1
Char literals folding in string interpolation
#115
sabi0
opened
6 years ago
0
Do not fold multi-line string literals
#114
sabi0
closed
6 years ago
2
Folding `.stream()` to nothing, looks weird with call-chain-invocation-per-line formatting
#113
ewirch
closed
6 years ago
3
Invalid parethesis folding
#112
sabi0
opened
6 years ago
0
Line break in string literal is folded into space
#111
sabi0
opened
6 years ago
0
Wrong folding of the ternary operator
#110
sabi0
opened
6 years ago
1
Incorrect interpolation when adding to Map
#109
patbeagan1
opened
6 years ago
0
Partial String concatenation when using constants
#108
dodalovic
opened
6 years ago
2
Folding hides errors
#107
sabi0
closed
6 years ago
3
Accessing first collection item displays as .get(0) whereas others [1], [2]...
#106
dodalovic
opened
6 years ago
2
Next