Is there a way for me to invalidate all my custom ...
# intellij-plugins
y
Is there a way for me to invalidate all my custom
FoldingDescriptors
in a file upon the file changes? Adding a dependency on
currentFile
does not seem to work
Turns out I just needed
setCanBeRemovedWhenCollapsed(true)
lol