scala-ide/scala-refactoring

organise imports removes imports of annotations used in macro annotations

fommil opened this issue · 0 comments

two examples: simulacrum and stalactite.

Both of these library provide scala-macro paradise powered macro annotations. The macro annotation processor strips the annotations, so organise imports cannot see them.

I think it would be good to have the ability to have a list of special annotations that should not be stripped, unless there is a way to fix this properly.