zio / zio-intellij

A companion IntelliJ IDEA plugin for the ZIO library ecosystem.
Apache License 2.0
214 stars 41 forks source link

A temporary hack to fix Suggest Type Alias removing the dot in `zio.` #464

Closed hmemcpy closed 11 months ago

hmemcpy commented 11 months ago

Fixes #463

While the true cause is yet unknown, I've restored temporarily the logic for calculating the canonical name from before it was changed in the Scala plugin.

This fixes the issue, but I wish I didn't have to do it.

Will look at solving this properly later.