scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

Add plugin support. #117

Open He-Pin opened 4 years ago

He-Pin commented 4 years ago

This will enable https://github.com/zio/zio-intellij like thing be enabled as a plugin of metal.

olafurpg commented 4 years ago

Thank you for reporting! There is a related discussion in https://github.com/scalameta/metals-feature-requests/issues/41

Metals uses the compiler for diagnostics so it should be possible for ZIO to implement a WartRemover rule (or compiler plugin) to publish custom warnings/errors.